Spaces:
Running
Running
Thomas Stone
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from sentence_transformers import SentenceTransformer
|
|
6 |
from huggingface_hub import InferenceClient
|
7 |
|
8 |
# Load embedding model
|
9 |
-
model = SentenceTransformer(
|
10 |
|
11 |
# File paths
|
12 |
TEXT_FILE = "combined_text_documents.txt"
|
|
|
6 |
from huggingface_hub import InferenceClient
|
7 |
|
8 |
# Load embedding model
|
9 |
+
model = SentenceTransformer("all-MiniLM-L6-v2")
|
10 |
|
11 |
# File paths
|
12 |
TEXT_FILE = "combined_text_documents.txt"
|