Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -204,9 +204,9 @@ with gr.Blocks(title=model_name.split('/')[-1], theme=gr.themes.Ocean()) as demo
|
|
204 |
image_examples = gr.Examples(
|
205 |
examples=[
|
206 |
[f"{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\nProvide a step-by-step solution to the problem, and conclude with 'the answer is' followed by the final solution."],
|
207 |
-
[f"{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\nProvide a step-by-step solution to the problem, and conclude with 'the answer is' followed by the final solution."],
|
208 |
-
[f"{cur_dir}/examples/ovis2_figure0.png", "Explain this model."],
|
209 |
-
[f"{cur_dir}/examples/ovis2_figure1.png", "Organize the notes about GRPO in the figure."],
|
210 |
[f"{cur_dir}/examples/ovis2_multi0.jpg", "Posso avere un frappuccino e un caffè americano di taglia M? Quanto costa in totale?"],
|
211 |
],
|
212 |
inputs=[image_input, text_input]
|
|
|
204 |
image_examples = gr.Examples(
|
205 |
examples=[
|
206 |
[f"{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\nProvide a step-by-step solution to the problem, and conclude with 'the answer is' followed by the final solution."],
|
207 |
+
# [f"{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\nProvide a step-by-step solution to the problem, and conclude with 'the answer is' followed by the final solution."],
|
208 |
+
# [f"{cur_dir}/examples/ovis2_figure0.png", "Explain this model."],
|
209 |
+
# [f"{cur_dir}/examples/ovis2_figure1.png", "Organize the notes about GRPO in the figure."],
|
210 |
[f"{cur_dir}/examples/ovis2_multi0.jpg", "Posso avere un frappuccino e un caffè americano di taglia M? Quanto costa in totale?"],
|
211 |
],
|
212 |
inputs=[image_input, text_input]
|