Shrirang20 commited on
Commit
393b1e1
·
verified ·
1 Parent(s): 715fb65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -468,7 +468,7 @@ def process_gradio_input(audio, user_lang):
468
  run_tts(text=en_to_indic_doc, tts_lang=user_lang)
469
  print("Finished running TTS")
470
 
471
- audio_outfile_path = "/content/tts_output.wav"
472
 
473
 
474
  return en_to_indic_doc, audio_outfile_path
 
468
  run_tts(text=en_to_indic_doc, tts_lang=user_lang)
469
  print("Finished running TTS")
470
 
471
+ audio_outfile_path = "tts_output.wav"
472
 
473
 
474
  return en_to_indic_doc, audio_outfile_path