Spaces:
Running
on
Zero
Running
on
Zero
玙珲
commited on
Commit
·
eb0a0f3
1
Parent(s):
699c1d3
modified prompt
Browse files
app.py
CHANGED
@@ -183,8 +183,8 @@ def build_demo(model_path: str):
|
|
183 |
with gr.Column(visible=True) as image_examples_col:
|
184 |
gr.Examples(
|
185 |
examples=[
|
186 |
-
[os.path.join(CUR_DIR, "examples", "ovis2_math0.jpg"), "Each face of the polyhedron shown is either a triangle or a square. Each square borders 4 triangles, and each triangle borders 3 squares. The polyhedron has 6 squares. How many triangles does it have?\n\
|
187 |
-
[os.path.join(CUR_DIR, "examples", "ovis2_math1.jpg"), "A large square touches another two squares, as shown in the picture. The numbers inside the smaller squares indicate their areas. What is the area of the largest square?\n\
|
188 |
[os.path.join(CUR_DIR, "examples", "ovis2_figure0.png"), "Explain this model."],
|
189 |
[os.path.join(CUR_DIR, "examples", "ovis2_figure1.png"), "Organize the notes about GRPO in the figure."],
|
190 |
[os.path.join(CUR_DIR, "examples", "ovis2_multi0.jpg"), "Posso avere un frappuccino e un caffè americano di taglia M? Quanto costa in totale?"],
|
|
|
183 |
with gr.Column(visible=True) as image_examples_col:
|
184 |
gr.Examples(
|
185 |
examples=[
|
186 |
+
[os.path.join(CUR_DIR, "examples", "ovis2_math0.jpg"), "Each face of the polyhedron shown is either a triangle or a square. Each square borders 4 triangles, and each triangle borders 3 squares. The polyhedron has 6 squares. How many triangles does it have?\n\nEnd your response with 'Final answer: '."],
|
187 |
+
[os.path.join(CUR_DIR, "examples", "ovis2_math1.jpg"), "A large square touches another two squares, as shown in the picture. The numbers inside the smaller squares indicate their areas. What is the area of the largest square?\n\nEnd your response with 'Final answer: '."],
|
188 |
[os.path.join(CUR_DIR, "examples", "ovis2_figure0.png"), "Explain this model."],
|
189 |
[os.path.join(CUR_DIR, "examples", "ovis2_figure1.png"), "Organize the notes about GRPO in the figure."],
|
190 |
[os.path.join(CUR_DIR, "examples", "ovis2_multi0.jpg"), "Posso avere un frappuccino e un caffè americano di taglia M? Quanto costa in totale?"],
|