vbcalinao's picture
resolved __init__
5dc3661
raw
history blame
148 Bytes
from fastapi import FastAPI
app = FastAPI(title="Deploying my own CodingAssistant with FastAPI on Huggingface")
from CodingAssistant import router