ftshijt commited on
Commit
394b922
·
verified ·
1 Parent(s): cecba15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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