Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
|
10 |
|
11 |
# Load the FAISS index and the sentence transformer model
|
12 |
index = faiss.read_index("apexcustoms_index.faiss")
|
13 |
-
model = SentenceTransformer('
|
14 |
|
15 |
# Load the extracted text
|
16 |
with open("apexcustoms.json", "r") as f:
|
|
|
10 |
|
11 |
# Load the FAISS index and the sentence transformer model
|
12 |
index = faiss.read_index("apexcustoms_index.faiss")
|
13 |
+
model = SentenceTransformer('all-mpnet-base-v2')
|
14 |
|
15 |
# Load the extracted text
|
16 |
with open("apexcustoms.json", "r") as f:
|