Rahatara commited on
Commit
b8dc80e
·
verified ·
1 Parent(s): f044ec9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 usecase figure shows"],
196
  ]
197
 
198
- with gr.Blocks(theme=gr.themes.Glass()) as demo:
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