Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ from PIL import Image
|
|
70 |
import torch
|
71 |
from transformers import AutoImageProcessor, AutoModelForImageClassification
|
72 |
|
73 |
-
processor = AutoImageProcessor.from_pretrained("apple
|
74 |
model = AutoModelForImageClassification.from_pretrained("SudeepM27/apple-leaf-disease-detection")
|
75 |
|
76 |
model.eval()
|
|
|
70 |
import torch
|
71 |
from transformers import AutoImageProcessor, AutoModelForImageClassification
|
72 |
|
73 |
+
processor = AutoImageProcessor.from_pretrained("SudeepM27/apple-leaf-disease-detection")
|
74 |
model = AutoModelForImageClassification.from_pretrained("SudeepM27/apple-leaf-disease-detection")
|
75 |
|
76 |
model.eval()
|