Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
c6c19f5
1
Parent(s):
5bdf337
fix examples
Browse files
app.py
CHANGED
@@ -185,8 +185,11 @@ If you want to convert a PDF(s) to a dataset of page images you can try out the
|
|
185 |
"""
|
186 |
|
187 |
examples = [
|
188 |
-
["
|
189 |
-
[
|
|
|
|
|
|
|
190 |
]
|
191 |
|
192 |
demo = gr.Interface(
|
|
|
185 |
"""
|
186 |
|
187 |
examples = [
|
188 |
+
["examples/Approche_no_13_1977.pdf_page_22.jpg", "ColPali paper prompt"],
|
189 |
+
[
|
190 |
+
"examples/SRCCL_Technical-Summary.pdf_page_7.jpg",
|
191 |
+
"ColPali paper prompt",
|
192 |
+
],
|
193 |
]
|
194 |
|
195 |
demo = gr.Interface(
|