Sasiraj01 commited on
Commit
34cfcd2
·
verified ·
1 Parent(s): a96c1e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ embeddings = OpenAIEmbeddings(openai_api_key=openai_api_key)
51
 
52
  # Load FAISS index with error handling
53
  # Load FAISS index with error handling
54
- faiss_index_path = "/app/faiss_files/index.faiss" # Path on Hugging Face Space
55
 
56
  try:
57
  db = FAISS.load_local(faiss_index_path, embeddings, allow_dangerous_deserialization=True)
 
51
 
52
  # Load FAISS index with error handling
53
  # Load FAISS index with error handling
54
+ faiss_index_path = "/Users/sasi/Downloads/Multimodal/faiss_index/index.faiss" # Path on Hugging Face Space
55
 
56
  try:
57
  db = FAISS.load_local(faiss_index_path, embeddings, allow_dangerous_deserialization=True)