Shrirang20 commited on
Commit
715fb65
·
verified ·
1 Parent(s): 516eb9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -345,10 +345,11 @@ def download_ai4b_asr_model(lang: str):
345
  print(f"Error occured: {e.stderr}")
346
  raise
347
 
348
- os.makedirs('asr_models', exist_ok=True)
349
 
350
  return download_path
351
 
 
 
352
  import librosa
353
 
354
  def preprocess_audio(audio_path):
 
345
  print(f"Error occured: {e.stderr}")
346
  raise
347
 
 
348
 
349
  return download_path
350
 
351
+ os.makedirs('asr_models', exist_ok=True)
352
+
353
  import librosa
354
 
355
  def preprocess_audio(audio_path):