Spaces:
Runtime error
Runtime error
kaushikbar
commited on
Commit
·
4c431ad
1
Parent(s):
9e589fc
Removed interpretation button
Browse files
app.py
CHANGED
@@ -166,8 +166,7 @@ iface = gr.Interface(
|
|
166 |
label="Please enter the candidate labels (separated by comma)...",
|
167 |
placeholder="Labels here separated by comma...")],
|
168 |
outputs=gr.outputs.Label(num_top_classes=5),
|
169 |
-
|
170 |
-
interpretation="shap",
|
171 |
examples=prep_examples())
|
172 |
|
173 |
iface.launch()
|
|
|
166 |
label="Please enter the candidate labels (separated by comma)...",
|
167 |
placeholder="Labels here separated by comma...")],
|
168 |
outputs=gr.outputs.Label(num_top_classes=5),
|
169 |
+
#interpretation="default",
|
|
|
170 |
examples=prep_examples())
|
171 |
|
172 |
iface.launch()
|