davanstrien HF staff commited on
Commit
ddab47a
1 Parent(s): 7662a0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,6 +11,6 @@ def predict(image):
11
  iface = gr.Interface(
12
  fn=predict,
13
  inputs=gr.inputs.Image(type='filepath'),
14
- outputs='label', interpretation='shap',num_shap=2, theme="huggingface")
15
 
16
  iface.launch()
 
11
  iface = gr.Interface(
12
  fn=predict,
13
  inputs=gr.inputs.Image(type='filepath'),
14
+ outputs='label', interpretation='default',theme="huggingface")
15
 
16
  iface.launch()