abidlabs HF Staff commited on
Commit
779c9b8
·
1 Parent(s): 46e0164

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ def predict(image):
21
 
22
  import gradio as gr
23
 
24
- gr.Interface(predict, gr.Image(type="pil"), "label").queue(concurrency_count=2).launch()
 
21
 
22
  import gradio as gr
23
 
24
+ gr.Interface(predict, gr.Image(type="pil"), "label").queue(concurrency_count=1).launch()