Spaces:
BAAI
/
Running on L40S

ryanzhangfan commited on
Commit
9936464
1 Parent(s): 532bbbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()