vbcalinao's picture
initial commit for Coding Assistant
8bf6e06
raw
history blame
148 Bytes
from fastapi import FastAPI
app = FastAPI(title="Deploying my own CodingAssistant with FastAPI on Huggingface")
from CodingAssistant import router