Spaces:
Sleeping
Sleeping
Commit
•
111f215
1
Parent(s):
139ed0e
Update app.py
Browse files
app.py
CHANGED
@@ -20,5 +20,5 @@ iface = gr.Interface(
|
|
20 |
inputs=[gr.inputs.Image(type='filepath'),choices],
|
21 |
outputs='label', interpretation='shap')
|
22 |
|
23 |
-
iface.launch()
|
24 |
|
|
|
20 |
inputs=[gr.inputs.Image(type='filepath'),choices],
|
21 |
outputs='label', interpretation='shap')
|
22 |
|
23 |
+
iface.launch(enable_queue=True)
|
24 |
|