rziga commited on
Commit
d051991
·
verified ·
1 Parent(s): c2f9d4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ from transformers.image_utils import load_image
30
 
31
 
32
  # Prepare processor and model
33
- model_id = "rziga/llmdet_tiny"
34
  device = "cuda" if torch.cuda.is_available() else "cpu"
35
  processor = AutoProcessor.from_pretrained(model_id)
36
  model = AutoModelForZeroShotObjectDetection.from_pretrained(model_id).to(device)
 
30
 
31
 
32
  # Prepare processor and model
33
+ model_id = "iSEE-Laboratory/llmdet_tiny"
34
  device = "cuda" if torch.cuda.is_available() else "cpu"
35
  processor = AutoProcessor.from_pretrained(model_id)
36
  model = AutoModelForZeroShotObjectDetection.from_pretrained(model_id).to(device)