Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Jofthomas
/
evBackend
like
0
Running
on
CPU Upgrade
App
Files
Files
Community
4097140
evBackend
/
TextGen
/
__init__.py
Jofthomas
HF staff
Upload 7 files
6c0ac6b
5 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