Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -263,7 +263,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 263 |
label="Select Model",
|
| 264 |
value="Nanonets-OCR2-3B"
|
| 265 |
)
|
| 266 |
-
gr.Markdown("Note: Currently, PaddleOCR VL only supports OCR inference. Structured OCR document parsing transformer inference is coming soon.")
|
| 267 |
|
| 268 |
image_submit.click(
|
| 269 |
fn=generate_image,
|
|
|
|
| 263 |
label="Select Model",
|
| 264 |
value="Nanonets-OCR2-3B"
|
| 265 |
)
|
| 266 |
+
gr.Markdown("Note: Currently, PaddleOCR VL only supports OCR inference. Structured OCR document parsing transformer inference is coming soon. [Report – Bug/Issue](https://huggingface.co/spaces/prithivMLmods/Multimodal-OCR3/discussions/1)")
|
| 267 |
|
| 268 |
image_submit.click(
|
| 269 |
fn=generate_image,
|