Spaces:
Runtime error
Runtime error
Commit
Β·
42b759b
1
Parent(s):
e8d22fd
test input
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def deepseek(image, text_input):
|
|
72 |
conversation = [
|
73 |
{
|
74 |
"role": "<|User|>",
|
75 |
-
"content": f"<image
|
76 |
"images": ["./images/visual_grounding_1.jpeg"],
|
77 |
},
|
78 |
{"role": "<|Assistant|>", "content": ""},
|
|
|
72 |
conversation = [
|
73 |
{
|
74 |
"role": "<|User|>",
|
75 |
+
"content": f"<image><|ref|>{text_input}<|/ref|>.",
|
76 |
"images": ["./images/visual_grounding_1.jpeg"],
|
77 |
},
|
78 |
{"role": "<|Assistant|>", "content": ""},
|