Rajkhanke007 commited on
Commit
282b333
·
verified ·
1 Parent(s): 467cf44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,4 +80,4 @@ def index():
80
  return render_template('index.html', prediction=False)
81
 
82
  if __name__ == '__main__':
83
- app.run(debug=True)
 
80
  return render_template('index.html', prediction=False)
81
 
82
  if __name__ == '__main__':
83
+ app.run(port=7860,host='0.0.0.0')