Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,8 @@ import time
|
|
16 |
import os
|
17 |
from gradio_client import Client
|
18 |
|
19 |
-
async def C(x):
|
|
|
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.",
|