Spaces:
Runtime error
Runtime error
File size: 137 Bytes
975d1b2 |
1 2 3 4 5 6 |
from app import create_app
if __name__ == "__main__":
obj_app = create_app()
obj_app.run(host='0.0.0.0', port=7860, debug=True)
|