Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def transcribe(audio_filepath, src_lang, tgt_lang, pnc):
|
|
74 |
"answer": "predict"
|
75 |
}
|
76 |
|
77 |
-
manifest_filepath = os.path.join(tmpdir, config.json')
|
78 |
|
79 |
with open(manifest_filepath, 'w') as fout:
|
80 |
json.dump(manifest_data, fout)
|
|
|
74 |
"answer": "predict"
|
75 |
}
|
76 |
|
77 |
+
manifest_filepath = os.path.join(tmpdir, 'config.json')
|
78 |
|
79 |
with open(manifest_filepath, 'w') as fout:
|
80 |
json.dump(manifest_data, fout)
|