Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -361,6 +361,7 @@ def evaluate_audio(gt_file, pred_file, metric_config, include_timestamps=False):
|
|
361 |
if os.path.exists(output_file):
|
362 |
with open(output_file, 'r') as f:
|
363 |
output_file_result = f.read().strip()
|
|
|
364 |
results = json.loads(convert_python_dict_to_json(output_file_result))
|
365 |
|
366 |
# Format results as DataFrame
|
|
|
361 |
if os.path.exists(output_file):
|
362 |
with open(output_file, 'r') as f:
|
363 |
output_file_result = f.read().strip()
|
364 |
+
print(convert_python_dict_to_json(output_file_result))
|
365 |
results = json.loads(convert_python_dict_to_json(output_file_result))
|
366 |
|
367 |
# Format results as DataFrame
|