sxandie commited on
Commit
c9a95b0
1 Parent(s): 51faee1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = [["doc_ddt_13_04_2023_08_37_47.pdf"]]
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,