Update My project File.
Browse files
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)
|