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