khang119966 commited on
Commit
c2f8f51
Β·
verified Β·
1 Parent(s): ff57e58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -175,11 +175,11 @@ with gr.Blocks(title="🐳DeepSeek-OCR🐳", theme=gr.themes.Soft()) as demo:
175
  # --- Example Images and Tasks ---
176
  gr.Examples(
177
  examples=[
178
- ["./examples/doc_markdown.png", "Gundam (Recommended)", "πŸ“„ Convert to Markdown", ""],
179
- ["./examples/chart.png", "Gundam (Recommended)", "πŸ“ˆ Parse Figure", ""],
180
- ["./examples/teacher.png", "Base", "πŸ” Locate Object by Reference", "the teacher"],
181
- ["./examples/math_locate.png", "Small", "πŸ” Locate Object by Reference", "11-2="],
182
- ["./examples/receipt.jpg", "Base", "πŸ“ Free OCR", ""],
183
  ],
184
  inputs=[image_input, model_size, task_type, ref_text_input],
185
  outputs=[output_text, output_image],
 
175
  # --- Example Images and Tasks ---
176
  gr.Examples(
177
  examples=[
178
+ ["doc_markdown.png", "Gundam (Recommended)", "πŸ“„ Convert to Markdown", ""],
179
+ ["chart.png", "Gundam (Recommended)", "πŸ“ˆ Parse Figure", ""],
180
+ ["teacher.jpg", "Base", "πŸ” Locate Object by Reference", "the teacher"],
181
+ ["math_locate.jpg", "Small", "πŸ” Locate Object by Reference", "20-10"],
182
+ ["receipt.jpg", "Base", "πŸ“ Free OCR", ""],
183
  ],
184
  inputs=[image_input, model_size, task_type, ref_text_input],
185
  outputs=[output_text, output_image],