mathslearn commited on
Commit
6cd1d43
·
verified ·
1 Parent(s): adc96ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -102,8 +102,7 @@ iface = gr.Interface(
102
  fn=lambda query: conversation.run(prompt_template.format(context=context, query=query)),
103
  inputs=gr.Textbox(),
104
  outputs=gr.Textbox(),
105
- live=True,
106
- capture_session=True
107
  )
108
 
109
  # Launch Gradio Interface
 
102
  fn=lambda query: conversation.run(prompt_template.format(context=context, query=query)),
103
  inputs=gr.Textbox(),
104
  outputs=gr.Textbox(),
105
+ live=False,
 
106
  )
107
 
108
  # Launch Gradio Interface