Update app.py
Browse files
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 =
|
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"),
|