evBackend / TextGen /__init__.py
Jofthomas's picture
Jofthomas HF staff
Upload 7 files
07631e1 verified
raw
history blame
120 Bytes
from fastapi import FastAPI
app = FastAPI(title="Deploying FastAPI Apps on Huggingface")
from TextGen import router