slickdata commited on
Commit
55976f7
·
verified ·
1 Parent(s): 454105a

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(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 = False)