Update README.md
Browse files
README.md
CHANGED
@@ -132,4 +132,5 @@ with torch.no_grad():
|
|
132 |
for j, c in enumerate(captions):
|
133 |
print(f" {c}: {sim[j]:.4f}")
|
134 |
print(" Best match:", captions[rank], "\n")```
|
|
|
135 |
✨ **Enjoy experimenting!** ✨
|
|
|
132 |
for j, c in enumerate(captions):
|
133 |
print(f" {c}: {sim[j]:.4f}")
|
134 |
print(" Best match:", captions[rank], "\n")```
|
135 |
+
|
136 |
✨ **Enjoy experimenting!** ✨
|