Towhidul commited on
Commit
56e5f37
·
verified ·
1 Parent(s): 6fe5ab2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ st.write("Current Working Directory:", os.getcwd())
23
  # Preload the RAGMultiModalModel
24
  @st.cache_resource
25
  def load_model():
26
- return RAGMultiModalModel.from_index("./medical_index")
27
 
28
  RAG = load_model()
29
 
 
23
  # Preload the RAGMultiModalModel
24
  @st.cache_resource
25
  def load_model():
26
+ return RAGMultiModalModel.from_index("/home/user/app/medical_index")
27
 
28
  RAG = load_model()
29