Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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)
|