Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -245,8 +245,8 @@ with gr.Blocks(theme=gr.themes.Soft(), title="DeepSeek-OCR") as demo:
|
|
| 245 |
|
| 246 |
gr.Examples(
|
| 247 |
examples=[
|
| 248 |
-
["ocr.jpg", "β‘ Gundam", "π Markdown", ""],
|
| 249 |
-
["reachy-mini.jpg", "β‘ Gundam", "π Locate", "Robot"]
|
| 250 |
],
|
| 251 |
inputs=[file_in, mode, task, prompt],
|
| 252 |
cache_examples=False
|
|
|
|
| 245 |
|
| 246 |
gr.Examples(
|
| 247 |
examples=[
|
| 248 |
+
["examples/ocr.jpg", "β‘ Gundam", "π Markdown", ""],
|
| 249 |
+
["examples/reachy-mini.jpg", "β‘ Gundam", "π Locate", "Robot"]
|
| 250 |
],
|
| 251 |
inputs=[file_in, mode, task, prompt],
|
| 252 |
cache_examples=False
|