ChitChat / app.py
Th3BossC's picture
forgot to change the port and have to commit again sigh
d1e5b6e
from ChitChat import create_app
app = create_app()
# if __name__ == '__main__':
# app.run(debug = True, port = 5000)
if __name__ == '__main__':
app.run(debug = False, host = "0.0.0.0", port = 7860)