stzhao commited on
Commit
f9b6492
·
verified ·
1 Parent(s): 1331aa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,5 +222,5 @@ with gr.Blocks() as demo:
222
  outputs=[image],
223
  )
224
 
225
- demo.queue(concurrency_count=1)
226
  demo.launch(debug=True, inline=True)
 
222
  outputs=[image],
223
  )
224
 
225
+ demo.queue()
226
  demo.launch(debug=True, inline=True)