Shanshan Wang commited on
Commit
f588375
1 Parent(s): 8ba3710
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -319,5 +319,5 @@ with gr.Blocks() as demo:
319
  inputs = [image_input, user_input],
320
  label = "examples",
321
  )
322
-
323
- demo.launch(share=True)
 
319
  inputs = [image_input, user_input],
320
  label = "examples",
321
  )
322
+ demo.queue(concurrency_count=4,max_size=10)
323
+ demo.launch()