vishwask commited on
Commit
57d037d
·
1 Parent(s): a6d7a0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -154,10 +154,10 @@ def load_model(docs):
154
  return qa_chain
155
 
156
 
157
- uploaded_file = len(docs)
158
- flag = 0
159
- if uploaded_file is not None:
160
- flag = 1
161
 
162
  model_name_or_path = "TheBloke/Llama-2-13B-chat-GPTQ"
163
  model_basename = "model"
 
154
  return qa_chain
155
 
156
 
157
+ #uploaded_file = len(docs)
158
+ #flag = 0
159
+ #if uploaded_file is not None:
160
+ # flag = 1
161
 
162
  model_name_or_path = "TheBloke/Llama-2-13B-chat-GPTQ"
163
  model_basename = "model"