Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
i0110
/
aicdn
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
i0110
commited on
Feb 3, 2025
Commit
73287fe
·
verified
·
1 Parent(s):
3477999
Create run.py
Browse files
Files changed (1)
hide
show
run.py
+4
-0
run.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from app import app
2
+
3
+
if __name__ == "__main__":
4
+
app.run(host="0.0.0.0", port=5000)