Spaces:
Runtime error
Runtime error
kaushikbar
commited on
Commit
•
9e589fc
1
Parent(s):
d0d3610
Shap as interpretation tool
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ iface = gr.Interface(
|
|
167 |
placeholder="Labels here separated by comma...")],
|
168 |
outputs=gr.outputs.Label(num_top_classes=5),
|
169 |
capture_session=True,
|
170 |
-
interpretation="
|
171 |
examples=prep_examples())
|
172 |
|
173 |
iface.launch()
|
|
|
167 |
placeholder="Labels here separated by comma...")],
|
168 |
outputs=gr.outputs.Label(num_top_classes=5),
|
169 |
capture_session=True,
|
170 |
+
interpretation="shap",
|
171 |
examples=prep_examples())
|
172 |
|
173 |
iface.launch()
|