Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Jofthomas/evBackend
azils3
/
evBackend
like
0
Runtime error
App
Files
Files
Community
826930b
evBackend
/
TextGen
/
__init__.py
Jofthomas
HF staff
Upload 7 files
07631e1
verified
4 months ago
raw
Copy download link
history
blame
Safe
120 Bytes
from
fastapi
import
FastAPI
app = FastAPI(title=
"Deploying FastAPI Apps on Huggingface"
)
from
TextGen
import
router