Fu01978 commited on
Commit
3ab119d
·
verified ·
1 Parent(s): 4fb32b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ def index():
7
  return render_template("index.html")
8
 
9
  if __name__ == "__main__":
10
- app.run(debug=True, port=7860, host='0.0.0.0')
 
7
  return render_template("index.html")
8
 
9
  if __name__ == "__main__":
10
+ app.run(debug=True)