Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Prathamesh1420
/
ml_webapp_with_fastapi_iris
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Prathamesh1420
commited on
about 1 month ago
Commit
1ff350d
·
verified
·
1 Parent(s):
2cd1f6b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-3
app.py
CHANGED
Viewed
@@ -64,6 +64,5 @@ async def predict(
64
65
66
if __name__ == "__main__":
67
-
import uvicorn
68
-
69
-
uvicorn.run(app, host="127.0.0.1", port=8000)
64
65
66
if __name__ == "__main__":
67
+
demo.launch()
68
+