Update README.md
Browse files
README.md
CHANGED
@@ -167,4 +167,5 @@ image_processor = AutoImageProcessor.from_pretrained("vesteinn/vit-mae-cub")
|
|
167 |
|
168 |
classifier = pipeline(
|
169 |
"image-classification", model=model, image_processor=image_processor
|
170 |
-
)
|
|
|
|
167 |
|
168 |
classifier = pipeline(
|
169 |
"image-classification", model=model, image_processor=image_processor
|
170 |
+
)
|
171 |
+
```
|