nielsr HF staff commited on
Commit
1735bb4
1 Parent(s): 4e08b03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ def process_pdf(image):
249
 
250
  title = "Demo: table detection & recognition with Table Transformer"
251
  description = "Demo for table extraction with the Table Transformer (TATR)."
252
- examples =[['image.png']]
253
 
254
  app = gr.Interface(fn=process_pdf,
255
  inputs=gr.Image(type="pil"),
 
249
 
250
  title = "Demo: table detection & recognition with Table Transformer"
251
  description = "Demo for table extraction with the Table Transformer (TATR)."
252
+ examples = [['image.png', 'clip_paper.png']]
253
 
254
  app = gr.Interface(fn=process_pdf,
255
  inputs=gr.Image(type="pil"),