yuvalkirstain commited on
Commit
2152ea2
1 Parent(s): 78264e2

increase concurrency count

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,4 +94,4 @@ with gr.Blocks(title="PickScore v1") as demo:
94
  predict
95
  )
96
 
97
- demo.launch()
 
94
  predict
95
  )
96
 
97
+ demo.queue(concurrency_count=5).launch()