Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
57 |
clear.click(lambda: [], outputs=[chatbot])
|
58 |
|
59 |
# Add an update function that runs every 0.05 seconds
|
60 |
-
demo.load(get_updates, inputs=chatbot, outputs=chatbot, every=0.
|
61 |
|
62 |
# Launch the app
|
63 |
if __name__ == "__main__":
|
|
|
57 |
clear.click(lambda: [], outputs=[chatbot])
|
58 |
|
59 |
# Add an update function that runs every 0.05 seconds
|
60 |
+
demo.load(get_updates, inputs=chatbot, outputs=chatbot, every=0.2)
|
61 |
|
62 |
# Launch the app
|
63 |
if __name__ == "__main__":
|