Moha782 commited on
Commit
5765ed3
·
verified ·
1 Parent(s): 4e0f002

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('sentence_transformer_model/all-mpnet-base-v2')
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: