kenken999's picture
test
d8bbcde
raw
history blame
106 Bytes
from fastapi import FastAPI
from googlelens.main import app
app = FastAPI()
app.mount("/googlelens", app)