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