Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Moibe
/
sulku-fastapi-docker
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1473494
sulku-fastapi-docker
/
main.py
Moibe
Fastapizado in record time!
1473494
11 months ago
raw
Copy download link
history
blame
107 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
def
hello
():
return
{
"Status"
:
"Deployed"
}