Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Saravanan666
/
testspace
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
03f88ba
testspace
/
TestGen
/
__init__.py
Saravanan666
Create __init__.py
3385ae1
verified
11 months 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