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...
bf07c85
Docker-FlanT5-TextGeneratorTranslator
/
main.py
awacke1
Create main.py
15ff1d3
over 2 years ago
raw
Copy download link
history
blame
Safe
95 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
def
read_root
():
return
{
"Hello"
:
"World!"
}