Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|