vishwask commited on
Commit
f1dfb14
·
verified ·
1 Parent(s): ab53318

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -149,9 +149,9 @@ def conversation(qa_chain, message, history):
149
 
150
  def demo():
151
  with gr.Blocks(theme='base') as demo:
152
- vector_db = gr.State()
153
- qa_chain = gr.State()
154
- collection_name = gr.State()
155
 
156
 
157
  vector_db, collection_name = initialize_database(list_file_obj)
 
149
 
150
  def demo():
151
  with gr.Blocks(theme='base') as demo:
152
+ #vector_db = gr.State()
153
+ #qa_chain = gr.State()
154
+ #collection_name = gr.State()
155
 
156
 
157
  vector_db, collection_name = initialize_database(list_file_obj)