nielsr HF staff commited on
Commit
cb9ac32
1 Parent(s): 87f1f66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -247,8 +247,8 @@ def process_pdf(image):
247
  return image, data
248
 
249
 
250
- title = "Demo: table detection & recognization with Table Transformer"
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,