Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ description = '<p>Using Donut model finetuned on Invoices for retrieval of follo
|
|
64 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2111.15664' target='_blank'>Donut: OCR-free Document Understanding Transformer</a> | <a href='https://github.com/clovaai/donut' target='_blank'>Github Repo</a></p>"
|
65 |
|
66 |
|
67 |
-
gr_image = gr.Image.style(
|
68 |
|
69 |
demo = gr.Interface(
|
70 |
fn=process_document,
|
|
|
64 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2111.15664' target='_blank'>Donut: OCR-free Document Understanding Transformer</a> | <a href='https://github.com/clovaai/donut' target='_blank'>Github Repo</a></p>"
|
65 |
|
66 |
|
67 |
+
gr_image = gr.Image().style(full_width=True, height=800)
|
68 |
|
69 |
demo = gr.Interface(
|
70 |
fn=process_document,
|