Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -685,4 +685,4 @@ with gr.Blocks(css=STYLE) as demo:
|
|
| 685 |
outputs=[chat_input_txt, chat_state, chatbot, regen_btn]
|
| 686 |
)
|
| 687 |
|
| 688 |
-
demo.queue().launch(
|
|
|
|
| 685 |
outputs=[chat_input_txt, chat_state, chatbot, regen_btn]
|
| 686 |
)
|
| 687 |
|
| 688 |
+
demo.queue().launch()
|