ProCreations commited on
Commit
8405918
·
verified ·
1 Parent(s): 534448c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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!** ✨