Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
geeksiddhant
/
fastapi2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
geeksiddhant
commited on
Jan 3
Commit
37a69a0
·
verified
·
1 Parent(s):
5596df1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,4 +26,4 @@ async def read_root():
26
27
if __name__ == "__main__":
28
import uvicorn
29
-
uvicorn.run(app, host="0.0.0.0", port=
8000
)
26
27
if __name__ == "__main__":
28
import uvicorn
29
+
uvicorn.run(app, host="0.0.0.0", port=
7860
)