Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
traversaal-internal
/
test-fastapi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
traversaal-ai
commited on
Aug 14, 2024
Commit
e133457
·
verified
·
1 Parent(s):
da14156
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
@app.get("/predict")
2
+
async def read_root():
3
+
return {"message": "Welcome to my FastAPI deployment on Hugging Face!"}