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

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=3)
15
 
16
  iface.launch()
 
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()