Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
|