vesteinn commited on
Commit
a29a069
1 Parent(s): 8935b41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
+ ```