Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks() as demo:
|
|
111 |
gr.Markdown(
|
112 |
"""
|
113 |
## Donut-OCR-VQA
|
114 |
-
- This demo uses fine-tuned OCR-VQA-Donut model on OCR-VQA-200k to answer questions about images.
|
115 |
|
116 |
## IO description
|
117 |
- Input is an image or URL that represents a book cover (recommended) and a question that asks about information on the image.
|
|
|
111 |
gr.Markdown(
|
112 |
"""
|
113 |
## Donut-OCR-VQA
|
114 |
+
- This demo uses fine-tuned OCR-VQA-Donut model on the OCR-VQA-200k dataset to answer questions about images.
|
115 |
|
116 |
## IO description
|
117 |
- Input is an image or URL that represents a book cover (recommended) and a question that asks about information on the image.
|