slickdata commited on
Commit
e3fa61e
·
1 Parent(s): abc423e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share = True, debug = True)
 
61
  MonthlyCharges_input,
62
  TotalCharges_input], outputs = output)
63
 
64
+ app.launch(debug = True)