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