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