Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,6 @@ PRELOAD_URLS = [
|
|
| 63 |
]
|
| 64 |
|
| 65 |
|
| 66 |
-
|
| 67 |
@asynccontextmanager
|
| 68 |
async def lifespan(app: FastAPI):
|
| 69 |
# This code runs ONCE when the application starts up
|
|
|
|
| 63 |
]
|
| 64 |
|
| 65 |
|
|
|
|
| 66 |
@asynccontextmanager
|
| 67 |
async def lifespan(app: FastAPI):
|
| 68 |
# This code runs ONCE when the application starts up
|