Shrirang20 commited on
Commit
cfc8c11
·
verified ·
1 Parent(s): 2f1f33a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -309,7 +309,7 @@ def run_tts(text, tts_lang):
309
 
310
  os.system(tts_command)
311
 
312
- os.makedirs('asr_models')
313
 
314
  def download_ai4b_asr_model(lang: str):
315
 
 
309
 
310
  os.system(tts_command)
311
 
312
+ os.makedirs('asr_models', exist_ok=True)
313
 
314
  def download_ai4b_asr_model(lang: str):
315