OuroborosM commited on
Commit
a46f21b
·
1 Parent(s): 199fdd9
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -902,6 +902,7 @@ def Text2Sound_HMI():
902
  global last_answer
903
  global Filename_Chatbot
904
  global Audio_output
 
905
  text_to_speech_2(last_answer)
906
  Filename_Chatbot = Audio_output[0]
907
  print("Filename_Chatbot in Text2Sound_HMI", Filename_Chatbot)
 
902
  global last_answer
903
  global Filename_Chatbot
904
  global Audio_output
905
+ print("Last answer in Text2Sound_HMI", last_answer)
906
  text_to_speech_2(last_answer)
907
  Filename_Chatbot = Audio_output[0]
908
  print("Filename_Chatbot in Text2Sound_HMI", Filename_Chatbot)