Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -190,12 +190,12 @@ def index_gpu(images, ds):
|
|
190 |
|
191 |
def get_example():
|
192 |
return [
|
193 |
-
[["utalk.pdf"], " Describe each block of the System Architecture"],
|
194 |
[["textureme.pdf"], "compare the graphs and suggest improvements to design each"],
|
195 |
-
[["railtwin.pdf"], "What does the
|
196 |
]
|
197 |
|
198 |
-
with gr.Blocks(theme=
|
199 |
gr.Markdown("# ColPali + Qwen2VL 2B: Efficient Document Retrieval with Vision Language Models 📚")
|
200 |
|
201 |
|
|
|
190 |
|
191 |
def get_example():
|
192 |
return [
|
193 |
+
[["utalk.pdf"], " Describe each block of the System Architecture and Fig.2"],
|
194 |
[["textureme.pdf"], "compare the graphs and suggest improvements to design each"],
|
195 |
+
[["railtwin.pdf"], "What does the example of experiment figure shows"],
|
196 |
]
|
197 |
|
198 |
+
with gr.Blocks(theme= "gstaff/xkcd" ) as demo:
|
199 |
gr.Markdown("# ColPali + Qwen2VL 2B: Efficient Document Retrieval with Vision Language Models 📚")
|
200 |
|
201 |
|