freeja commited on
Commit
f60f6ff
1 Parent(s): 550a372

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def transcribe_audio(audio,language):
14
  result += "Translated text\n"
15
  trans_text = translate_audio(transcribed,language)
16
  result += trans_text
17
- text_to_speech(trans_text,language)
18
  #result += text_to_speech
19
  return result
20
 
 
14
  result += "Translated text\n"
15
  trans_text = translate_audio(transcribed,language)
16
  result += trans_text
17
+ #text_to_speech(trans_text,language)
18
  #result += text_to_speech
19
  return result
20