Spaces:
Running
Running
Commit
·
bbdc19a
1
Parent(s):
78f86c4
update code
Browse files
app.py
CHANGED
@@ -333,7 +333,7 @@ with gr.Blocks() as demo:
|
|
333 |
},
|
334 |
{
|
335 |
"text": "Look and answer.",
|
336 |
-
"files": ["examples/puzzle.
|
337 |
},
|
338 |
{
|
339 |
"text": "Please point out all the hats on people's heads in the image, output concatenated point coordinates like <point>x y</point><point>x y</point>",
|
|
|
333 |
},
|
334 |
{
|
335 |
"text": "Look and answer.",
|
336 |
+
"files": ["examples/puzzle.jpg"]
|
337 |
},
|
338 |
{
|
339 |
"text": "Please point out all the hats on people's heads in the image, output concatenated point coordinates like <point>x y</point><point>x y</point>",
|