Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
team6
/
roast
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ad45b04
roast
/
main.py
Thibault Goehringer
Trying stuff out
ad45b04
over 2 years ago
raw
Copy download link
history
blame
Safe
94 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
def
read_root
():
return
{
"Hello"
:
"World!"
}