slickdata commited on
Commit
2110a1d
·
1 Parent(s): a58296a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,4 +94,4 @@ app = gr.Interface(fn =make_prediction,inputs =[REGION,
94
  description="Enter the feilds Below and click the submit button to Make Your Prediction",
95
  outputs = output)
96
 
97
- app.launch(share = True, debug = True)
 
94
  description="Enter the feilds Below and click the submit button to Make Your Prediction",
95
  outputs = output)
96
 
97
+ app.launch(debug = True)