File size: 148 Bytes
8bf6e06
 
 
 
1d9541b
1
2
3
4
5
from fastapi import FastAPI

app = FastAPI(title="Deploying my own CodingAssistant with FastAPI on Huggingface")

from CodingAssistant import router