Spaces:
Paused
Paused
clean
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ def generate(
|
|
| 74 |
for text in streamer:
|
| 75 |
print(text, end="")
|
| 76 |
outputs.append(text)
|
| 77 |
-
yield "".join(outputs)
|
| 78 |
|
| 79 |
|
| 80 |
chat_interface = gr.ChatInterface(
|
|
|
|
| 74 |
for text in streamer:
|
| 75 |
print(text, end="")
|
| 76 |
outputs.append(text)
|
| 77 |
+
yield "".join(outputs)
|
| 78 |
|
| 79 |
|
| 80 |
chat_interface = gr.ChatInterface(
|