Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import json
|
4 |
|
5 |
title = "Interactive demo: LayoutLMv3 for receipts"
|
6 |
-
description = "Demo for Microsoft's LayoutLMv3, a Transformer for state-of-the-art document image understanding tasks. This particular space uses
|
7 |
examples = [['image.jpeg'],['image.png']]
|
8 |
|
9 |
css = """.output_image, .input_image {height: 600px !important}"""
|
|
|
3 |
import json
|
4 |
|
5 |
title = "Interactive demo: LayoutLMv3 for receipts"
|
6 |
+
description = "Demo for Microsoft's LayoutLMv3, a Transformer for state-of-the-art document image understanding tasks. This particular space uses an instance of the model fine-tuned on a dataset that combines CORD and SROIE.\n To use it, simply upload an image or use the example image below. Results will show up in a few seconds."
|
7 |
examples = [['image.jpeg'],['image.png']]
|
8 |
|
9 |
css = """.output_image, .input_image {height: 600px !important}"""
|