Araeynn commited on
Commit
75e656e
1 Parent(s): a584c74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -15,7 +15,8 @@ import os
15
  from gradio_client import Client
16
 
17
  async def C(x):
18
- client = Client(src="ybelkada/llava-1.5-dlai")
 
19
  result = client.predict(
20
  "Make a detailed description of the image. This would be sufficient for an LLM to answer questions about it with just your answer.",
21
  "ip.png",
 
15
  from gradio_client import Client
16
 
17
  async def C(x):
18
+ c = Client(src="badayvedat/LLaVA")
19
+ print(c.view_api(return_format="dict"))
20
  result = client.predict(
21
  "Make a detailed description of the image. This would be sufficient for an LLM to answer questions about it with just your answer.",
22
  "ip.png",