Steven Zheng commited on
Commit ·
6ee85be
1
Parent(s): 9dcfcef
Error path
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ model_name = {
|
|
| 17 |
}
|
| 18 |
|
| 19 |
# open ds_data.json
|
| 20 |
-
with open("
|
| 21 |
table_data = json.load(f)
|
| 22 |
|
| 23 |
def compute_wer_table(audio, text):
|
|
|
|
| 17 |
}
|
| 18 |
|
| 19 |
# open ds_data.json
|
| 20 |
+
with open("ds_data.json", "r") as f:
|
| 21 |
table_data = json.load(f)
|
| 22 |
|
| 23 |
def compute_wer_table(audio, text):
|