b8dbc9f 31d8496
1
2
3
4
5
from app import app if __name__ == "__main__": app.run(debug=True, host="0.0.0.0", port=7860)