AWeirdDev commited on
Commit
f3be2c5
·
verified ·
1 Parent(s): 48367a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/moondream1")
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):