Araeynn commited on
Commit
a584c74
1 Parent(s): b1d2d00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -17,8 +17,9 @@ from gradio_client import Client
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",
 
22
  )
23
 
24
  launch_time = datetime.datetime.utcnow()
 
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",
22
+ api_name="/predict"
23
  )
24
 
25
  launch_time = datetime.datetime.utcnow()