Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
garvitcpp
/
CosmicShareMain
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
garvitcpp
commited on
Oct 21, 2024
Commit
7a37c72
·
verified
·
1 Parent(s):
b7cb36c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-1
app.py
CHANGED
Viewed
@@ -1 +1,6 @@
1
-
from app.main import app
1
+
from app.main import app
2
+
import uvicorn
3
+
4
+
5
+
if __name__ == "__main__":
6
+
uvicorn.run(app, host="0.0.0.0", port=7860)