davanstrien HF staff commited on
Commit
eedebd9
1 Parent(s): 40afe72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def predict(image):
18
  iface = gr.Interface(
19
  fn=predict,
20
  inputs=gr.inputs.Image(type='filepath'),
21
- outputs='label', interpretation='shap')
22
 
23
  iface.launch(enable_queue=True)
24
 
 
18
  iface = gr.Interface(
19
  fn=predict,
20
  inputs=gr.inputs.Image(type='filepath'),
21
+ outputs='label', interpretation='shap',num_shap=10)
22
 
23
  iface.launch(enable_queue=True)
24