Thomas Stone commited on
Commit
ef66697
·
verified ·
1 Parent(s): f8b5cf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('all-MiniLM-L6-v2")
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"