Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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
|