ArturG9 commited on
Commit
05d1ad8
1 Parent(s): 7889af0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,8 +96,8 @@ def main(vectorstore):
96
  st.session_state["chat_history"] = msgs
97
 
98
  def create_conversational_rag_chain(vectorstore):
99
- script_dir = os.path.dirname(os.path.abspath(__file__))
100
- model_path = os.path.join(script_dir, 'qwen2-0_5b-instruct-q4_0.gguf')
101
 
102
  callback_manager = CallbackManager([StreamingStdOutCallbackHandler()])
103
 
 
96
  st.session_state["chat_history"] = msgs
97
 
98
  def create_conversational_rag_chain(vectorstore):
99
+
100
+ model_path = ('qwen2-0_5b-instruct-q4_0.gguf')
101
 
102
  callback_manager = CallbackManager([StreamingStdOutCallbackHandler()])
103