ArchitSharma commited on
Commit
7ec3d26
·
1 Parent(s): c2d13be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ def predict():
22
  return render_template('result.html', prediction=my_prediction)
23
 
24
  if __name__ == '__main__':
25
- app.run(debug=True)
 
22
  return render_template('result.html', prediction=my_prediction)
23
 
24
  if __name__ == '__main__':
25
+ app.run(host="0.0.0.0", port=7860)