Araeynn commited on
Commit
123ae25
1 Parent(s): ee3614f

Update app.py

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