Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ahmed2356
/
FASTAPI_Makhraj
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6d2d383
FASTAPI_Makhraj
/
main.py
Ahmed2356
Upload 3 files
6d2d383
verified
12 months ago
raw
Copy download link
history
blame
108 Bytes
from
fastapi
import
FastAPI
app= FastAPI()
@app.get(
"/hello"
)
def
hello
():
return
{
"Hi :"
"Try again"
}