Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ import os
|
|
| 33 |
from sentence_transformers import SentenceTransformer
|
| 34 |
|
| 35 |
|
| 36 |
-
MODEL_DIR = os.path.join("/tmp", "
|
| 37 |
|
| 38 |
if not os.path.exists(MODEL_DIR):
|
| 39 |
print("📦 Downloading SentenceTransformer model...")
|
|
|
|
| 33 |
from sentence_transformers import SentenceTransformer
|
| 34 |
|
| 35 |
|
| 36 |
+
MODEL_DIR = os.path.join("/tmp", "e5-large-v2")
|
| 37 |
|
| 38 |
if not os.path.exists(MODEL_DIR):
|
| 39 |
print("📦 Downloading SentenceTransformer model...")
|