HemanthSai7's picture
Cohere Text Generation app
9ff5556
from fastapi import FastAPI
app = FastAPI(title="Deploying FastAPI Apps on Huggingface")
from TextGen import router