wall-e-zz commited on
Commit
2e789a4
·
1 Parent(s): eed24de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ def detect(img):
13
 
14
 
15
  iface = gr.Interface(fn=detect, inputs=gr.Image(type="pil"), outputs=gr.Label(label="result"))
16
- iface.launch()
 
13
 
14
 
15
  iface = gr.Interface(fn=detect, inputs=gr.Image(type="pil"), outputs=gr.Label(label="result"))
16
+ iface.launch(enable_queue=True)