zliang commited on
Commit
e0a154b
1 Parent(s): f496449

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ iface = gr.Interface(
76
  fn=process_pdf,
77
  inputs=gr.File(label="Upload a PDF"),
78
  outputs=gr.Gallery(label="Cropped Figures and Tables from PDF Pages"),
79
- title="Fast document layout analysis based on YOLOv8",
80
  description="Upload a PDF file to get cropped figures and tables from each page."
81
  )
82
 
 
76
  fn=process_pdf,
77
  inputs=gr.File(label="Upload a PDF"),
78
  outputs=gr.Gallery(label="Cropped Figures and Tables from PDF Pages"),
79
+ title="Fast document layout analysis based on YOLOv10",
80
  description="Upload a PDF file to get cropped figures and tables from each page."
81
  )
82