Spaces:
Runtime error
Runtime error
Commit
·
069c794
1
Parent(s):
97582ea
update chathmi2
Browse files
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:]
|
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)
|