davanstrien HF staff commited on
Commit
111f215
1 Parent(s): 139ed0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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