Spaces:
No application file
No application file
| from fastapi import FastAPI | |
| app = FastAPI(title="Deploying FastAPI Apps on Huggingface") | |
| from TextGen import router | |
| from fastapi import FastAPI | |
| app = FastAPI(title="Deploying FastAPI Apps on Huggingface") | |
| from TextGen import router | |