Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -423,4 +423,4 @@ with gr.Blocks(theme=themes.Soft(), css="""#chatbot {height: 800px; overflow: au
|
|
423 |
)
|
424 |
clear.click(lambda: [], None, chatbot, queue=False)
|
425 |
|
426 |
-
demo.queue(max_size=128).launch()
|
|
|
423 |
)
|
424 |
clear.click(lambda: [], None, chatbot, queue=False)
|
425 |
|
426 |
+
demo.queue(max_size=128).launch()
|