m00913563 commited on
Commit
0772f09
·
1 Parent(s): 120ed16

try to change st

Browse files
Files changed (1) hide show
  1. classificator.py +1 -1
classificator.py CHANGED
@@ -7,7 +7,7 @@ from geopy.geocoders import Nominatim
7
  from geopy.distance import geodesic
8
 
9
 
10
- st = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
11
  filename = 'svc.pkl'
12
 
13
  with open(filename, 'rb') as file:
 
7
  from geopy.distance import geodesic
8
 
9
 
10
+ st = SentenceTransformer('all-MiniLM-L6-v2')
11
  filename = 'svc.pkl'
12
 
13
  with open(filename, 'rb') as file: