Spaces:
Running
Running
Commit
·
78f86c4
1
Parent(s):
ee61fac
update code
Browse files- .gitattributes +1 -0
- app.py +1 -1
- examples/puzzle.jpg +3 -0
.gitattributes
CHANGED
|
@@ -42,3 +42,4 @@ examples/000000018380.jpeg filter=lfs diff=lfs merge=lfs -text
|
|
| 42 |
examples/bancopy.jpg filter=lfs diff=lfs merge=lfs -text
|
| 43 |
examples/beijing.jpg filter=lfs diff=lfs merge=lfs -text
|
| 44 |
simhei.ttf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 42 |
examples/bancopy.jpg filter=lfs diff=lfs merge=lfs -text
|
| 43 |
examples/beijing.jpg filter=lfs diff=lfs merge=lfs -text
|
| 44 |
simhei.ttf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
examples/puzzle.jpg filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -374,7 +374,7 @@ with gr.Blocks() as demo:
|
|
| 374 |
},
|
| 375 |
{
|
| 376 |
"text": "看图回答。",
|
| 377 |
-
"files": ["examples/puzzle.
|
| 378 |
},
|
| 379 |
{
|
| 380 |
"text": "请点出图像中所有戴在头上的帽子, 输出串联的点坐标<point>x y</point><point>x y</point>",
|
|
|
|
| 374 |
},
|
| 375 |
{
|
| 376 |
"text": "看图回答。",
|
| 377 |
+
"files": ["examples/puzzle.jpg"]
|
| 378 |
},
|
| 379 |
{
|
| 380 |
"text": "请点出图像中所有戴在头上的帽子, 输出串联的点坐标<point>x y</point><point>x y</point>",
|
examples/puzzle.jpg
ADDED
|
Git LFS Details
|