gigant commited on
Commit
09a2bc3
·
verified ·
1 Parent(s): a011821

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ processor = AutoProcessor.from_pretrained(
14
  "Qwen/Qwen2-VL-2B-Instruct", min_pixels=min_pixels, max_pixels=max_pixels
15
  )
16
 
17
- ds = load_dataset("gigant/tib-bench-vlm")["train"]
18
 
19
 
20
  def segments(example):
 
14
  "Qwen/Qwen2-VL-2B-Instruct", min_pixels=min_pixels, max_pixels=max_pixels
15
  )
16
 
17
+ ds = load_dataset("gigant/tib-bench")["train"]
18
 
19
 
20
  def segments(example):