Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def format_timestamp(seconds: float, always_include_hours: bool = False, decimal
|
|
36 |
|
37 |
|
38 |
def score(test_file, ref_file, task, return_timestamps):
|
39 |
-
scores = mySpeechScore(test_path=test_file, reference_path=ref_file, window=None, score_rate=16000, return_mean=
|
40 |
return scores
|
41 |
|
42 |
|
|
|
36 |
|
37 |
|
38 |
def score(test_file, ref_file, task, return_timestamps):
|
39 |
+
scores = mySpeechScore(test_path=test_file, reference_path=ref_file, window=None, score_rate=16000, return_mean=False)
|
40 |
return scores
|
41 |
|
42 |
|