thomasht86 commited on
Commit
5624190
β€’
1 Parent(s): 2df1399

Upload colpali.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. colpali.py +1 -1
colpali.py CHANGED
@@ -256,7 +256,7 @@ def gen_similarity_map_new(
256
  )
257
  ax = annotate_plot(ax, query, token_to_show)
258
  # save the figure
259
- save_figure(fig, f"similarity_map_{token_to_show}.png")
260
  return fig, ax
261
 
262
 
 
256
  )
257
  ax = annotate_plot(ax, query, token_to_show)
258
  # save the figure
259
+ # save_figure(fig, f"similarity_map_{token_to_show}.png")
260
  return fig, ax
261
 
262