Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
baadror
/
text_generation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ec716b2
text_generation
/
app.py
baadror
files added
ec716b2
about 1 year ago
raw
Copy download link
history
blame
Safe
102 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
'/'
)
def
greet
():
return
{
'Hello'
:
'Moti'
}