vishwask commited on
Commit
0da6aa3
·
verified ·
1 Parent(s): 9ba056f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ def conversation(qa_chain, message, history):
162
  def demo():
163
  with gr.Blocks(theme='base') as demo:
164
  #vector_db = gr.State()
165
- #qa_chain = gr.State()
166
  #collection_name = gr.State()
167
 
168
  vector_db, collection_name = initialize_database(list_file_obj)
 
162
  def demo():
163
  with gr.Blocks(theme='base') as demo:
164
  #vector_db = gr.State()
165
+ qa_chain = gr.State()
166
  #collection_name = gr.State()
167
 
168
  vector_db, collection_name = initialize_database(list_file_obj)