Spaces:
Runtime error
Runtime error
Shrirang20
commited on
Update app.py
Browse files
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 = "
|
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
|