Spaces:
Sleeping
Sleeping
Update modules/churn_analysis.py
Browse files
modules/churn_analysis.py
CHANGED
@@ -140,4 +140,5 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
140 |
|
141 |
predict_btn.click(fn=predict, inputs=input_interface, outputs=output_interface)
|
142 |
|
143 |
-
|
|
|
|
140 |
|
141 |
predict_btn.click(fn=predict, inputs=input_interface, outputs=output_interface)
|
142 |
|
143 |
+
if __name__ == "__main__":
|
144 |
+
demo.launch()
|