Spaces:
Runtime error
Runtime error
m00913563 commited on
Commit ·
0772f09
1
Parent(s): 120ed16
try to change st
Browse files- 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('
|
| 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:
|