sharmamohit8624 commited on
Commit
24dac3b
·
verified ·
1 Parent(s): a3bb2a9

Update run.py

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