minor
Browse files
app.py
CHANGED
|
@@ -98,4 +98,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 98 |
clear_button.click(
|
| 99 |
clear_chat, inputs=[conv_template], outputs=[txt, chatbot, conv])
|
| 100 |
|
| 101 |
-
demo.launch()
|
|
|
|
| 98 |
clear_button.click(
|
| 99 |
clear_chat, inputs=[conv_template], outputs=[txt, chatbot, conv])
|
| 100 |
|
| 101 |
+
demo.queue(default_enabled=False).launch()
|