Spaces:
Running
on
Zero
Running
on
Zero
File size: 117 Bytes
d8bbcde |
1 2 3 4 5 |
from fastapi import FastAPI
from .routers.googlelens_router import router
app = FastAPI()
app.include_router(router) |