Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ankush-003
/
lantana-identification
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ankush-003
commited on
Jul 28, 2024
Commit
0e0c8cb
·
verified
·
1 Parent(s):
951a669
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,4 @@ async def main():
55
56
if __name__ == "__main__":
57
import uvicorn
58
-
uvicorn.run(app, host="0.0.0.0", port=
8000
)
55
56
if __name__ == "__main__":
57
import uvicorn
58
+
uvicorn.run(app, host="0.0.0.0", port=
8080
)