Spaces:
Runtime error
Runtime error
Commit
·
d349042
1
Parent(s):
ccf3df7
comment audio_output
Browse files
app.py
CHANGED
@@ -527,7 +527,7 @@ def chathmi2(message, history):
|
|
527 |
yield response
|
528 |
if len(Audio_output) > 0:
|
529 |
# time.sleep(0.5)
|
530 |
-
yield Audio_output
|
531 |
Audio_output = []
|
532 |
print("History: ", history)
|
533 |
print("-" * 20)
|
|
|
527 |
yield response
|
528 |
if len(Audio_output) > 0:
|
529 |
# time.sleep(0.5)
|
530 |
+
# yield Audio_output
|
531 |
Audio_output = []
|
532 |
print("History: ", history)
|
533 |
print("-" * 20)
|