Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
juanetxenike
/
Deploy-FastApi-Applications
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d1ebcc2
Deploy-FastApi-Applications
/
TextGen
/
__init__.py
juanetxenike
Add __init__.py
f30fc50
about 1 year ago
raw
Copy download link
history
blame
Safe
117 Bytes
from
fastapi
import
FastAPI
app = FastAPI(title=
"Deploying FastAPI Apps on Huggingface"
)
from
TextGen
import
router