Keetawan commited on
Commit
f6f5912
·
verified ·
1 Parent(s): 2da5539

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -82,8 +82,8 @@ from PIL import Image
82
  import requests
83
 
84
  # Load the model and processor
85
- model = CLIPModel.from_pretrained("your_username/clip-vit-large-patch14-finetuned-disease")
86
- processor = CLIPProcessor.from_pretrained("openai/clip-vit-large-patch14")
87
 
88
  # Load an image of a plant leaf
89
  image_url = "https://example.com/path_to_your_image.jpg"
 
82
  import requests
83
 
84
  # Load the model and processor
85
+ model = CLIPModel.from_pretrained("Keetawan/clip-vit-large-patch14-plant-disease-finetuned")
86
+ processor = CLIPProcessor.from_pretrained("Keetawan/clip-vit-large-patch14-plant-disease-finetuned")
87
 
88
  # Load an image of a plant leaf
89
  image_url = "https://example.com/path_to_your_image.jpg"