mohramzan commited on
Commit
edf622b
1 Parent(s): 362fed2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,6 +116,6 @@ iface = gr.Interface(predict,[age, job, marital, education, default, housing,
116
  loan, contact, month,day_of_week,campaign,pdays,
117
  previous,poutcome,emp_var_rate,cons_price_idx,cons_conf_idx],
118
  outputs = "label",
119
- interpretation=feature_importance
120
  )
121
  iface.launch(share=True , debug=True)
116
  loan, contact, month,day_of_week,campaign,pdays,
117
  previous,poutcome,emp_var_rate,cons_price_idx,cons_conf_idx],
118
  outputs = "label",
119
+ interpretation="default"
120
  )
121
  iface.launch(share=True , debug=True)