Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -322,7 +322,7 @@ chat_interface = gr.ChatInterface(
|
|
| 322 |
bubble_full_width=False,
|
| 323 |
height=500,
|
| 324 |
),
|
| 325 |
-
delete_cache=(
|
| 326 |
additional_inputs_accordion=gr.Accordion(label="βοΈParamΓ¨tres & πΉInfΓ©rences", open=False, render=False),
|
| 327 |
additional_inputs=[
|
| 328 |
gr.Textbox(
|
|
|
|
| 322 |
bubble_full_width=False,
|
| 323 |
height=500,
|
| 324 |
),
|
| 325 |
+
delete_cache=(3000, 3000),
|
| 326 |
additional_inputs_accordion=gr.Accordion(label="βοΈParamΓ¨tres & πΉInfΓ©rences", open=False, render=False),
|
| 327 |
additional_inputs=[
|
| 328 |
gr.Textbox(
|