Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,5 +118,5 @@ with gr.Blocks(fill_height=True, fill_width=True) as app:
|
|
118 |
outputs=[login_register_section, chat_section]
|
119 |
)
|
120 |
|
121 |
-
app.queue(
|
122 |
app.launch(server_name="0.0.0.0", server_port=7860, ssr_mode=False)
|
|
|
118 |
outputs=[login_register_section, chat_section]
|
119 |
)
|
120 |
|
121 |
+
app.queue()
|
122 |
app.launch(server_name="0.0.0.0", server_port=7860, ssr_mode=False)
|