rishabh062 commited on
Commit
ccc798d
1 Parent(s): e1e05ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -426,7 +426,7 @@ with gr.Blocks(css=CSS) as demo:
426
  gr.Markdown("""
427
  This space compares some of the latest models that can be used commercially.
428
  - [LayoutLM](https://huggingface.co/impira/layoutlm-document-qa) uses text/layout and images. Uses tesseract for OCR.
429
- - [Donut](https://huggingface.co/naver-clova-ix/donut-base-finetuned-docvqa) OCR free document understanding. Uses vision encoder for OCR and a text decoder for providing the answer.
430
  """)
431
 
432
  document = gr.Variable()
 
426
  gr.Markdown("""
427
  This space compares some of the latest models that can be used commercially.
428
  - [LayoutLM](https://huggingface.co/impira/layoutlm-document-qa) uses text/layout and images. Uses tesseract for OCR.
429
+ - [Donut](https://huggingface.co/naver-clova-ix/donut-base-finetuned-docvqa) OCR free document understanding. Uses vision encoder for OCR and a text decoder for providing the answer
430
  """)
431
 
432
  document = gr.Variable()