freeja commited on
Commit
1590fca
1 Parent(s): c3dffed

Update app.py

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