Update gme_inference.py

#15
by AhVir - opened
Files changed (1) hide show
  1. gme_inference.py +2 -2
gme_inference.py CHANGED
@@ -304,8 +304,8 @@ if __name__ == '__main__':
304
  "The Tesla Cybertruck is a battery electric pickup truck built by Tesla, Inc. since 2023."
305
  ]
306
  images = [
307
- 'https://en.wikipedia.org/wiki/File:Tesla_Cybertruck_damaged_window.jpg',
308
- 'https://en.wikipedia.org/wiki/File:2024_Tesla_Cybertruck_Foundation_Series,_front_left_(Greenwich).jpg',
309
  ]
310
 
311
  gme = GmeQwen2VL("Alibaba-NLP/gme-Qwen2-VL-2B-Instruct")
 
304
  "The Tesla Cybertruck is a battery electric pickup truck built by Tesla, Inc. since 2023."
305
  ]
306
  images = [
307
+ 'https://upload.wikimedia.org/wikipedia/commons/e/e9/Tesla_Cybertruck_damaged_window.jpg',
308
+ 'https://upload.wikimedia.org/wikipedia/commons/9/95/2024_Tesla_Cybertruck_Foundation_Series%2C_front_left_%28Greenwich%29.jpg',
309
  ]
310
 
311
  gme = GmeQwen2VL("Alibaba-NLP/gme-Qwen2-VL-2B-Instruct")