Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ description = "Demo for Microsoft's LayoutLMv2, a Transformer for state-of-the-a
|
|
78 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2012.14740' target='_blank'>LayoutLMv2: Multi-modal Pre-training for Visually-Rich Document Understanding</a> | <a href='https://github.com/microsoft/unilm' target='_blank'>Github Repo</a></p>"
|
79 |
examples =[['document.png']]
|
80 |
|
81 |
-
css = ".
|
82 |
#css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"
|
83 |
# css = ".output_image, .input_image {height: 600px !important}"
|
84 |
|
|
|
78 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2012.14740' target='_blank'>LayoutLMv2: Multi-modal Pre-training for Visually-Rich Document Understanding</a> | <a href='https://github.com/microsoft/unilm' target='_blank'>Github Repo</a></p>"
|
79 |
examples =[['document.png']]
|
80 |
|
81 |
+
css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
|
82 |
#css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"
|
83 |
# css = ".output_image, .input_image {height: 600px !important}"
|
84 |
|