sandrawang1031 commited on
Commit
23d3ec1
·
1 Parent(s): 5655f12

enable queue

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -89,4 +89,5 @@ with image_blocks as demo:
89
  inputs=image
90
  )
91
 
 
92
  image_blocks.launch()
 
89
  inputs=image
90
  )
91
 
92
+ image_blocks.queue(concurrency_count=3)
93
  image_blocks.launch()