towhidultonmoy commited on
Commit
6fe5ab2
·
2 Parent(s): dec5870 e27b28d

Merge branch 'main' of https://huggingface.co/spaces/Towhidul/MedBot

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("./medical_index")
27
 
28
  RAG = load_model()
29