juanetxenike's picture
Add __init__.py
f30fc50
raw
history blame
117 Bytes
from fastapi import FastAPI
app = FastAPI(title="Deploying FastAPI Apps on Huggingface")
from TextGen import router