jiuuee commited on
Commit
6b9a6d0
1 Parent(s): d83cf8e

Update app.py

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