Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yunzi7
/
icebreaking
like
1
Runtime error
App
Files
Files
Community
8
refs/pr/5
icebreaking
/
app.py
yunzi7
Feat: upload project
df42f36
2 months ago
raw
Copy download link
history
blame
Safe
136 Bytes
from
ice_breaking_challenge
import
create_app
if
__name__ ==
"__main__"
:
app = create_app()
app.run(host=
"0.0.0.0"
, port=
7860
)