Spaces:
Running
on
L40S
Running
on
L40S
ryanzhangfan
commited on
Commit
•
9936464
1
Parent(s):
532bbbc
Update app.py
Browse files
app.py
CHANGED
@@ -241,4 +241,4 @@ with gr.Blocks() as demo:
|
|
241 |
outputs=[chatbot, state, user_image],
|
242 |
).then(fn=clear_input, inputs=[], outputs=user_input)
|
243 |
|
244 |
-
demo.launch(max_threads=1)
|
|
|
241 |
outputs=[chatbot, state, user_image],
|
242 |
).then(fn=clear_input, inputs=[], outputs=user_input)
|
243 |
|
244 |
+
demo.launch(max_threads=1).queue()
|