to-be commited on
Commit
f25b610
1 Parent(s): d81d46f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(full_width=True, height=800)
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( height=800)
68
 
69
  demo = gr.Interface(
70
  fn=process_document,