Th3BossC commited on
Commit
d1e5b6e
1 Parent(s): 7cd3162

forgot to change the port and have to commit again sigh

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