slickdata commited on
Commit
6075a72
·
1 Parent(s): d0f345e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,4 +89,4 @@ app = gr.Interface(fn=make_prediction, inputs=inputs,
89
  description="Enter the fields below and click the submit button to Make Your Prediction",
90
  outputs=output)
91
 
92
- app.launch(debug=True)
 
89
  description="Enter the fields below and click the submit button to Make Your Prediction",
90
  outputs=output)
91
 
92
+ app.launch()