Spaces:
Runtime error
Runtime error
Alex Strick van Linschoten
commited on
Commit
·
1929b2e
1
Parent(s):
9f86c17
use default interpretation
Browse files
app.py
CHANGED
@@ -23,8 +23,8 @@ examples = [
|
|
23 |
"test4.jpg",
|
24 |
"test5.jpg",
|
25 |
]
|
26 |
-
|
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(
|