Spaces:
Running
on
Zero
Running
on
Zero
πwπ
Browse files
app.py
CHANGED
@@ -92,6 +92,7 @@ def talk(message, history):
|
|
92 |
partial_text = ""
|
93 |
for new_text in streamer:
|
94 |
partial_text += new_text
|
|
|
95 |
yield partial_text
|
96 |
# partial_text += resources
|
97 |
# yield partial_text
|
|
|
92 |
partial_text = ""
|
93 |
for new_text in streamer:
|
94 |
partial_text += new_text
|
95 |
+
print(partial_text)
|
96 |
yield partial_text
|
97 |
# partial_text += resources
|
98 |
# yield partial_text
|