RoAr777 commited on
Commit
d910f84
·
verified ·
1 Parent(s): 40fc53b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ pytesseract.pytesseract.tesseract_cmd = r"tesseract.exe"
13
 
14
  model = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
15
  index = faiss.read_index('IPC_index.faiss')
16
- index2 = faiss.read_index('CrPC_index.faiss')
17
 
18
 
19
  # Step 3: Retrieval with Citations using PDF filename
 
13
 
14
  model = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
15
  index = faiss.read_index('IPC_index.faiss')
16
+ index2 = faiss.read_index('CrpC_index.faiss')
17
 
18
 
19
  # Step 3: Retrieval with Citations using PDF filename