File size: 211 Bytes
c5b13e5
 
 
 
 
1b104d8
d1e5b6e
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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)