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
f678d36
·
verified
·
1 Parent(s):
0c14b52
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-6
app.py
CHANGED
Viewed
@@ -1,6 +1 @@
1
-
#
app.
py
2
-
from app.main import app
3
-
import uvicorn
4
-
5
-
if __name__ == "__main__":
6
-
uvicorn.run("app:app", host="0.0.0.0", port=7860, reload=True)
1
+
from
app.
main import app