Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from fastapi.responses import JSONResponse
|
|
4 |
from gradio_client import Client
|
5 |
|
6 |
app = FastAPI()
|
7 |
-
client = Client("vikhyatk/
|
8 |
|
9 |
|
10 |
def get_caption(image: str, question: str):
|
|
|
4 |
from gradio_client import Client
|
5 |
|
6 |
app = FastAPI()
|
7 |
+
client = Client("vikhyatk/moondream2")
|
8 |
|
9 |
|
10 |
def get_caption(image: str, question: str):
|