manu commited on
Commit
d024d6f
Β·
verified Β·
1 Parent(s): c59149b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ NUM_DATASETS = len(data.columns) - 3
144
  NUM_SCORES = len(data) * NUM_DATASETS
145
  NUM_MODELS = len(data)
146
 
147
- with gr.Blocks() as block:
148
  gr.Markdown("# ViDoRe: The Visual Document Retrieval Benchmark πŸ“šπŸ”")
149
  gr.Markdown("## From the paper - ColPali: Efficient Document Retrieval with Vision Language Models πŸ‘€")
150
 
 
144
  NUM_SCORES = len(data) * NUM_DATASETS
145
  NUM_MODELS = len(data)
146
 
147
+ with gr.Blocks(css=css) as block:
148
  gr.Markdown("# ViDoRe: The Visual Document Retrieval Benchmark πŸ“šπŸ”")
149
  gr.Markdown("## From the paper - ColPali: Efficient Document Retrieval with Vision Language Models πŸ‘€")
150