Update README.md
Browse files
README.md
CHANGED
@@ -25,5 +25,6 @@ image = Image.open("image.png")
|
|
25 |
with torch.no_grad():
|
26 |
outputs = model(**processor(image, return_tensors="pt"))
|
27 |
print(outputs.logits.argmax().item())
|
|
|
28 |
```
|
29 |
|
|
|
25 |
with torch.no_grad():
|
26 |
outputs = model(**processor(image, return_tensors="pt"))
|
27 |
print(outputs.logits.argmax().item())
|
28 |
+
# 207 (golden retriever (imagenet-1k))
|
29 |
```
|
30 |
|