Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pvanand/web-scraping
pvanand
/
web-crawling
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pvanand
commited on
Sep 30, 2024
Commit
fa0386d
·
verified
·
1 Parent(s):
d44c2cc
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -56,4 +56,4 @@ async def test():
56
57
if __name__ == "__main__":
58
import uvicorn
59
-
uvicorn.run(app, host="0.0.0.0", port=
8000
)
56
57
if __name__ == "__main__":
58
import uvicorn
59
+
uvicorn.run(app, host="0.0.0.0", port=
7860
)