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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def transcribe_audio(audio,language):
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
 
21
 
 
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
 
21