Spaces:
Sleeping
Sleeping
Commit
·
e3aae8f
1
Parent(s):
e2b8125
nh
Browse files
app.py
CHANGED
|
@@ -192,11 +192,11 @@ def get_example():
|
|
| 192 |
return [
|
| 193 |
[["RAPPORT_DEVELOPPEMENT_DURABLE_2019.pdf"], "Quels sont les 4 axes majeurs des achats?"],
|
| 194 |
[["RAPPORT_DEVELOPPEMENT_DURABLE_2019.pdf"], "Quelles sont les actions entreprise en Afrique du Sud?"],
|
| 195 |
-
[["RAPPORT_DEVELOPPEMENT_DURABLE_2019.pdf"], "fais moi un tableau de la répartition homme femme"],
|
| 196 |
]
|
| 197 |
|
| 198 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 199 |
-
gr.Markdown("# ColPali +
|
| 200 |
|
| 201 |
|
| 202 |
with gr.Row():
|
|
|
|
| 192 |
return [
|
| 193 |
[["RAPPORT_DEVELOPPEMENT_DURABLE_2019.pdf"], "Quels sont les 4 axes majeurs des achats?"],
|
| 194 |
[["RAPPORT_DEVELOPPEMENT_DURABLE_2019.pdf"], "Quelles sont les actions entreprise en Afrique du Sud?"],
|
| 195 |
+
[["RAPPORT_DEVELOPPEMENT_DURABLE_2019.pdf"], "fais moi un tableau markdown de la répartition homme femme"],
|
| 196 |
]
|
| 197 |
|
| 198 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 199 |
+
gr.Markdown("# ColPali + Qwen3VL 2B: Efficient Document Retrieval with Vision Language Models 📚")
|
| 200 |
|
| 201 |
|
| 202 |
with gr.Row():
|