Spaces:
Runtime error
Runtime error
Commit
·
42e0044
1
Parent(s):
675cfe9
update yield content
Browse files
app.py
CHANGED
|
@@ -536,7 +536,8 @@ def chathmi2(message, history):
|
|
| 536 |
print("file_name:", file_name)
|
| 537 |
dis_audio = []
|
| 538 |
dis_audio.append(file_name)
|
| 539 |
-
yield dis_audio
|
|
|
|
| 540 |
except:
|
| 541 |
pass
|
| 542 |
if len(Audio_output) > 0:
|
|
|
|
| 536 |
print("file_name:", file_name)
|
| 537 |
dis_audio = []
|
| 538 |
dis_audio.append(file_name)
|
| 539 |
+
# yield dis_audio
|
| 540 |
+
yield [response, dis_audio]
|
| 541 |
except:
|
| 542 |
pass
|
| 543 |
if len(Audio_output) > 0:
|