File size: 120 Bytes
9ff5556 | 1 2 3 4 5 6 7 8 | from fastapi import FastAPI
app = FastAPI(title="Deploying FastAPI Apps on Huggingface")
from TextGen import router
|
9ff5556 | 1 2 3 4 5 6 7 8 | from fastapi import FastAPI
app = FastAPI(title="Deploying FastAPI Apps on Huggingface")
from TextGen import router
|