Spaces:
Sleeping
Sleeping
Edward J. Schwartz
commited on
Commit
·
db8ba99
1
Parent(s):
4c715cf
Try this
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks() as demo:
|
|
122 |
}
|
123 |
|
124 |
def interpretation_function(text):
|
125 |
-
explainer = shap.Explainer(model)
|
126 |
shap_values = explainer([text])
|
127 |
|
128 |
# Dimensions are (batch size, text size, number of classes)
|
|
|
122 |
}
|
123 |
|
124 |
def interpretation_function(text):
|
125 |
+
explainer = shap.Explainer(model.fn)
|
126 |
shap_values = explainer([text])
|
127 |
|
128 |
# Dimensions are (batch size, text size, number of classes)
|