ArturG9 commited on
Commit
c87cded
·
verified ·
1 Parent(s): 9fd672c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ from utills import load_txt_documents , split_docs, chroma_db, load_uploaded_doc
17
 
18
  # Initialize variables and paths
19
  script_dir = os.path.dirname(os.path.abspath(__file__))
20
- data_path = "/data"
21
  model_path = os.path.join(script_dir, 'qwen2-0_5b-instruct-q4_0.gguf')
22
  store = {}
23
 
 
17
 
18
  # Initialize variables and paths
19
  script_dir = os.path.dirname(os.path.abspath(__file__))
20
+ data_path = "data"
21
  model_path = os.path.join(script_dir, 'qwen2-0_5b-instruct-q4_0.gguf')
22
  store = {}
23