code
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ def respond(
|
|
| 60 |
thread.start()
|
| 61 |
# Print the generated text in real-time
|
| 62 |
for new_text in streamer:
|
| 63 |
-
yield
|
| 64 |
|
| 65 |
with gr.Blocks() as demo:
|
| 66 |
with gr.Row():
|
|
|
|
| 60 |
thread.start()
|
| 61 |
# Print the generated text in real-time
|
| 62 |
for new_text in streamer:
|
| 63 |
+
yield new_text
|
| 64 |
|
| 65 |
with gr.Blocks() as demo:
|
| 66 |
with gr.Row():
|