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