Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -846,7 +846,7 @@ title = "Interactive demo: Transport Document Information Extraction model PDF/I
|
|
846 |
description = "Results will show up in a few seconds. This model is trained on only 1326 Images whereas 226 images are used for testing purposes. The annotated image can be opened in a new window for a better view."
|
847 |
|
848 |
css = """.output_image, .input_image {height: 600px !important}"""
|
849 |
-
examples = [["
|
850 |
|
851 |
iface = gr.Interface(
|
852 |
fn=completepreprocess,
|
|
|
846 |
description = "Results will show up in a few seconds. This model is trained on only 1326 Images whereas 226 images are used for testing purposes. The annotated image can be opened in a new window for a better view."
|
847 |
|
848 |
css = """.output_image, .input_image {height: 600px !important}"""
|
849 |
+
examples = [["sample_doc.pdf"]]
|
850 |
|
851 |
iface = gr.Interface(
|
852 |
fn=completepreprocess,
|