Alex Strick van Linschoten commited on
Commit
9f86c17
1 Parent(s): 3a3492c

switch out default to shap

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ examples = [
23
  "test4.jpg",
24
  "test5.jpg",
25
  ]
26
- interpretation = "default"
27
- # interpretation='shap'
28
  enable_queue = True
29
 
30
  gr.Interface(
 
23
  "test4.jpg",
24
  "test5.jpg",
25
  ]
26
+ # interpretation = "default"
27
+ interpretation = "shap"
28
  enable_queue = True
29
 
30
  gr.Interface(