joehare commited on
Commit
f4ffc35
·
1 Parent(s): 5afef2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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',