Update README.md
Browse files
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("
|
86 |
-
processor = CLIPProcessor.from_pretrained("
|
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"
|