Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Arafath10/transexpress_ml_api
Arafath10
/
safras_ml_api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5d4f08d
safras_ml_api
/
main.py
dotku
Create main.py
feca41c
about 2 years ago
raw
Copy download link
history
blame
126 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/api/python"
)
def
hello_world
():
return
{
"message"
:
"Hello World"
}