Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -247,8 +247,8 @@ def process_pdf(image):
|
|
247 |
return image, data
|
248 |
|
249 |
|
250 |
-
title = "Demo: table detection &
|
251 |
-
description = "Demo for table extraction the Table Transformer (TATR)."
|
252 |
examples =[['image.png']]
|
253 |
|
254 |
app = gr.Interface(fn=process_pdf,
|
|
|
247 |
return image, data
|
248 |
|
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,
|