manu commited on
Commit
46fe397
β€’
1 Parent(s): 227c26f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def index(file, ds):
85
 
86
  COLORS = ["#4285f4", "#db4437", "#f4b400", "#0f9d58", "#e48ef1"]
87
  # Load model
88
- model_name = "coldoc/colpali-3b-mix-448"
89
  token = os.environ.get("HF_TOKEN")
90
  model = ColPali.from_pretrained(
91
  "google/paligemma-3b-mix-448", torch_dtype=torch.bfloat16, device_map="cuda", token=token
 
85
 
86
  COLORS = ["#4285f4", "#db4437", "#f4b400", "#0f9d58", "#e48ef1"]
87
  # Load model
88
+ model_name = "vidore/colpali-3b-mix-448"
89
  token = os.environ.get("HF_TOKEN")
90
  model = ColPali.from_pretrained(
91
  "google/paligemma-3b-mix-448", torch_dtype=torch.bfloat16, device_map="cuda", token=token