deploy-m-fastapi / TextGen /__init__.py
hassanepulga's picture
Upload 3 files
844b4a8 verified
raw
history blame contribute delete
120 Bytes
from fastapi import FastAPI
app = FastAPI(title="Deploying FastAPI Apps on Huggingface")
from TextGen import router