Update README.md
Browse files
README.md
CHANGED
|
@@ -53,8 +53,8 @@ from datasets import load_dataset
|
|
| 53 |
dataset = load_dataset("huggingface/cats-image")
|
| 54 |
image = dataset["test"]["image"][0]
|
| 55 |
|
| 56 |
-
processor = AutoImageProcessor.from_pretrained("
|
| 57 |
-
model = ResNetForImageClassification.from_pretrained("
|
| 58 |
|
| 59 |
inputs = processor(image, return_tensors="pt")
|
| 60 |
|
|
|
|
| 53 |
dataset = load_dataset("huggingface/cats-image")
|
| 54 |
image = dataset["test"]["image"][0]
|
| 55 |
|
| 56 |
+
processor = AutoImageProcessor.from_pretrained("pamixsun/swinv2_tiny_for_glaucoma_classification")
|
| 57 |
+
model = ResNetForImageClassification.from_pretrained("pamixsun/swinv2_tiny_for_glaucoma_classification")
|
| 58 |
|
| 59 |
inputs = processor(image, return_tensors="pt")
|
| 60 |
|