HemanthSai7's picture
Cohere Text Generation app
9ff5556
raw
history blame
No virus
120 Bytes
from fastapi import FastAPI
app = FastAPI(title="Deploying FastAPI Apps on Huggingface")
from TextGen import router