programmnix-askui commited on
Commit
42b759b
Β·
1 Parent(s): e8d22fd

test input

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def deepseek(image, text_input):
72
  conversation = [
73
  {
74
  "role": "<|User|>",
75
- "content": f"<image>\n<|ref|>{text_input}<|/ref|>.",
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": ""},