OuroborosM commited on
Commit
069c794
·
1 Parent(s): 97582ea

update chathmi2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -527,7 +527,7 @@ def chathmi2(message, history):
527
  response = output
528
  yield response
529
  print ("response of chatbot:", response)
530
- real_content = response[-1:][1]
531
  print("real_content", real_content)
532
  if len(Audio_output) > 0:
533
  # time.sleep(0.5)
 
527
  response = output
528
  yield response
529
  print ("response of chatbot:", response)
530
+ real_content = response[-1:]
531
  print("real_content", real_content)
532
  if len(Audio_output) > 0:
533
  # time.sleep(0.5)