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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import os
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.",
 
15
  from gradio_client import Client
16
 
17
  async def C(x):
18
+ c = Client("https://ybelkada-llava-1-5-dlai.hf.space/--replicas/5ppw4/")
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.",