wop commited on
Commit
1a8d189
·
1 Parent(s): 2fc9e0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -29,7 +29,6 @@ iface = gr.Interface(
29
  fn=ask_ai,
30
  inputs=[gr.Textbox("Question"), gr.Button("get_context", get_context)],
31
  outputs=gr.Textbox("Answer"),
32
- capture_session=True,
33
  )
34
 
35
  iface.launch()
 
29
  fn=ask_ai,
30
  inputs=[gr.Textbox("Question"), gr.Button("get_context", get_context)],
31
  outputs=gr.Textbox("Answer"),
 
32
  )
33
 
34
  iface.launch()