Justin-J commited on
Commit
75e1f0d
·
1 Parent(s): f0852d7

Update My project File.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,4 +85,4 @@ def predict_churn(gender, SeniorCitizen, Partner, Dependents, tenure,
85
 
86
  # Launch the Gradio app
87
  iface = gr.Interface(predict_churn, inputs=input_components, outputs=output_components)
88
- iface.launch(inbrowser= True, show_error= True)
 
85
 
86
  # Launch the Gradio app
87
  iface = gr.Interface(predict_churn, inputs=input_components, outputs=output_components)
88
+ iface.launch(inbrowser= True, show_error= True, share= True)