Spaces:
Running
on
Zero
Running
on
Zero
File size: 106 Bytes
d8bbcde |
1 2 3 4 5 |
from fastapi import FastAPI
from googlelens.main import app
app = FastAPI()
app.mount("/googlelens", app) |