prithivMLmods commited on
Commit
9b42f3b
·
verified ·
1 Parent(s): a993a4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,