File size: 117 Bytes
f30fc50 | 1 2 3 4 5 | from fastapi import FastAPI
app = FastAPI(title="Deploying FastAPI Apps on Huggingface")
from TextGen import router |
f30fc50 | 1 2 3 4 5 | from fastapi import FastAPI
app = FastAPI(title="Deploying FastAPI Apps on Huggingface")
from TextGen import router |