Alex Strick van Linschoten commited on
Commit
1929b2e
1 Parent(s): 9f86c17

use default interpretation

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(