vbcalinao's picture
resolved textgen import
e4e8bb5
raw
history blame
140 Bytes
from fastapi import FastAPI
app = FastAPI(title="Deploying my own CodingAssistant with FastAPI on Huggingface")
from TextGen import router