Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,7 @@ model = SentenceTransformer('all-MiniLM-L6-v2')
|
|
8 |
# Two lists of sentences
|
9 |
sentences1 = ['A man is playing guitar',
|
10 |
'The cat sits outside',
|
11 |
-
'The new movie is awesome'
|
12 |
-
'I do not have a match']
|
13 |
|
14 |
sentences2 = ['The dog plays in the garden',
|
15 |
'A woman watches TV',
|
|
|
8 |
# Two lists of sentences
|
9 |
sentences1 = ['A man is playing guitar',
|
10 |
'The cat sits outside',
|
11 |
+
'The new movie is awesome']
|
|
|
12 |
|
13 |
sentences2 = ['The dog plays in the garden',
|
14 |
'A woman watches TV',
|