yasserrmd commited on
Commit
0ad0d10
·
verified ·
1 Parent(s): ae2e84f

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -3,5 +3,5 @@ from app import create_app
3
  app = create_app()
4
 
5
  if __name__ == "__main__":
6
- app.run(host="0.0.0.0", port=5000, debug=True)
7
 
 
3
  app = create_app()
4
 
5
  if __name__ == "__main__":
6
+ app.run(host="0.0.0.0", port=7860, debug=True)
7