Update README.md
Browse files
README.md
CHANGED
|
@@ -75,7 +75,7 @@ from PIL import Image
|
|
| 75 |
|
| 76 |
# Load model and processor
|
| 77 |
base_model = "Qwen/Qwen3-VL-2B-Instruct"
|
| 78 |
-
adapter_model = "
|
| 79 |
|
| 80 |
model = Qwen3VLForConditionalGeneration.from_pretrained(
|
| 81 |
base_model,
|
|
|
|
| 75 |
|
| 76 |
# Load model and processor
|
| 77 |
base_model = "Qwen/Qwen3-VL-2B-Instruct"
|
| 78 |
+
adapter_model = "small-models-for-glam/Qwen3-VL-2B-catmus"
|
| 79 |
|
| 80 |
model = Qwen3VLForConditionalGeneration.from_pretrained(
|
| 81 |
base_model,
|