Update README.md
Browse files
README.md
CHANGED
@@ -78,7 +78,7 @@ import torch
|
|
78 |
from PIL import Image
|
79 |
from transformers import AutoModel, CLIPImageProcessor
|
80 |
|
81 |
-
hf_repo = "nvidia/C-RADIOv2-H"
|
82 |
|
83 |
image_processor = CLIPImageProcessor.from_pretrained(hf_repo)
|
84 |
model = AutoModel.from_pretrained(hf_repo, trust_remote_code=True)
|
|
|
78 |
from PIL import Image
|
79 |
from transformers import AutoModel, CLIPImageProcessor
|
80 |
|
81 |
+
hf_repo = "nvidia/C-RADIOv2-VLM-H"
|
82 |
|
83 |
image_processor = CLIPImageProcessor.from_pretrained(hf_repo)
|
84 |
model = AutoModel.from_pretrained(hf_repo, trust_remote_code=True)
|