Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
["
|
| 179 |
-
["
|
| 180 |
-
["
|
| 181 |
-
["
|
| 182 |
-
["
|
| 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],
|