Update gme_inference.py
Browse filesReplaced the **image webpages** with the **actual image weblinks** for an easier embedding process.
- 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://
|
308 |
-
'https://
|
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")
|