Sandiago21 commited on
Commit
e9e4ceb
·
verified ·
1 Parent(s): c7b0bc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1022,8 +1022,8 @@ def answer_question(user_question):
1022
  def answer_from_audio(audio):
1023
  text = transcribe_speech(audio)
1024
  # translated_text = translate_from_greek_english(text)
1025
- # return answer_question(text)
1026
- return text
1027
 
1028
 
1029
  # --------------------------
 
1022
  def answer_from_audio(audio):
1023
  text = transcribe_speech(audio)
1024
  # translated_text = translate_from_greek_english(text)
1025
+ return answer_question(text)
1026
+ # return text
1027
 
1028
 
1029
  # --------------------------