Spaces:
Sleeping
Sleeping
from fastapi import FastAPI | |
from googlelens.main import app | |
app = FastAPI() | |
app.mount("/googlelens", app) |
from fastapi import FastAPI | |
from googlelens.main import app | |
app = FastAPI() | |
app.mount("/googlelens", app) |