Edward J. Schwartz commited on
Commit
db8ba99
·
1 Parent(s): 4c715cf
Files changed (1) hide show
  1. app.py +1 -1
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)