prithivMLmods commited on
Commit
1e2b73f
·
verified ·
1 Parent(s): 01cbc63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,10 +277,10 @@ with gr.Blocks(css=css) as demo:
277
  with gr.Row():
278
  gr.Examples(
279
  examples=[
 
280
  ["examples/1.png", "summarize the letter", "Text Analogy Ocrtest"],
281
  ["examples/2.jpg", "Summarize the full image in detail", "Latex OCR"],
282
  ["examples/3.png", "Describe the photo", "Qwen2VL Base"],
283
- ["examples/4.png", "summarize and solve the problem", "Math Prase"],
284
  ],
285
  inputs=[input_media, text_input, model_choice],
286
  outputs=[output_text, plain_text_output],
 
277
  with gr.Row():
278
  gr.Examples(
279
  examples=[
280
+ ["examples/4.png", "solve the problem", "Math Prase"],
281
  ["examples/1.png", "summarize the letter", "Text Analogy Ocrtest"],
282
  ["examples/2.jpg", "Summarize the full image in detail", "Latex OCR"],
283
  ["examples/3.png", "Describe the photo", "Qwen2VL Base"],
 
284
  ],
285
  inputs=[input_media, text_input, model_choice],
286
  outputs=[output_text, plain_text_output],