testspace / TextGen /__init__.py
Saravanan666's picture
Create __init__.py
03f88ba verified
raw
history blame contribute delete
117 Bytes
from fastapi import FastAPI
app = FastAPI(title="Deploying FastAPI Apps on Huggingface")
from TextGen import router