Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kaballas
/
Samba
like
0
Build error
App
Files
Files
Fetching metadata from the HF Docker repository...
main
Samba
/
app.py
Kaballas
13
e2118ba
almost 2 years ago
raw
Copy download link
history
blame
Safe
113 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
def
greet_json
():
return
{
"Hello"
:
"World! 1234"
}