patrickvonplaten commited on
Commit
fa439f0
1 Parent(s): 5ccc223

Rename Common Voice to Common Voice 9

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ column_names = {
20
  "SPGISpeech WER": "SPGISpeech",
21
  "Tedlium WER": "Tedlium",
22
  "Voxpopuli WER": "Voxpopuli",
23
- "Common Voice WER": "Common Voice"}
24
 
25
  eval_queue_repo, requested_models, csv_results = load_all_info_from_dataset_hub()
26
 
 
20
  "SPGISpeech WER": "SPGISpeech",
21
  "Tedlium WER": "Tedlium",
22
  "Voxpopuli WER": "Voxpopuli",
23
+ "Common Voice 9 WER": "Common Voice"}
24
 
25
  eval_queue_repo, requested_models, csv_results = load_all_info_from_dataset_hub()
26