Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,4 +61,4 @@ app = gr.Interface(fn =make_prediction, inputs =[gender_input,
|
|
61 |
MonthlyCharges_input,
|
62 |
TotalCharges_input], outputs = output)
|
63 |
|
64 |
-
app.launch(
|
|
|
61 |
MonthlyCharges_input,
|
62 |
TotalCharges_input], outputs = output)
|
63 |
|
64 |
+
app.launch(debug = True)
|