crystalchen commited on
Commit
19e922d
·
verified ·
1 Parent(s): b5900e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -415,7 +415,7 @@ def pipeline(pdf_path):
415
  ## Gradio Interface
416
  title = "Demo: Financial Statement(PDF) information Extraction - Traditional Chinese"
417
  description = """Demo pdf, either editable or scanned image, information extraction for Traditional Chinese without OCR"""
418
- examples = [['text_pdf.pdf'], ['image_pdf.pdf']]
419
 
420
  pdf_file = gr.File(label="Upload PDF", type="filepath")
421
  pages = gr.File(label="Pages", type="filepath")
 
415
  ## Gradio Interface
416
  title = "Demo: Financial Statement(PDF) information Extraction - Traditional Chinese"
417
  description = """Demo pdf, either editable or scanned image, information extraction for Traditional Chinese without OCR"""
418
+ examples = ['text_pdf.pdf', 'image_pdf.pdf']
419
 
420
  pdf_file = gr.File(label="Upload PDF", type="filepath")
421
  pages = gr.File(label="Pages", type="filepath")