aoiferyan commited on
Commit
30c4c6d
1 Parent(s): 3e14644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  from sentence_transformers import SentenceTransformer
2
  sentences = ["This is an example sentence", "Each sentence is converted"]
3
 
 
1
+ !pip install sentence-transformers
2
+
3
+
4
  from sentence_transformers import SentenceTransformer
5
  sentences = ["This is an example sentence", "Each sentence is converted"]
6