abidlabs HF Staff commited on
Commit
16c1617
·
1 Parent(s): 8b7f1e2

Update app.py

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