Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
Docker-FlanT5-TextGeneratorTranslator
like
4
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
db51f4e
Docker-FlanT5-TextGeneratorTranslator
/
app.py
awacke1
Create app.py
8c8c755
over 2 years ago
raw
Copy download link
history
blame
94 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
def
read_root
():
return
{
"Hello"
:
"World!"
}