Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -543,7 +543,7 @@ def create_gradio_interface():
|
|
| 543 |
)
|
| 544 |
|
| 545 |
#export_btn.click(export_handler, inputs=export_format, outputs=export_output)
|
| 546 |
-
refresh_memory_btn.click(get_memory_info, outputs=memory_info)
|
| 547 |
|
| 548 |
# Settings updates
|
| 549 |
reasoning_mode.change(
|
|
|
|
| 543 |
)
|
| 544 |
|
| 545 |
#export_btn.click(export_handler, inputs=export_format, outputs=export_output)
|
| 546 |
+
#refresh_memory_btn.click(get_memory_info, outputs=memory_info)
|
| 547 |
|
| 548 |
# Settings updates
|
| 549 |
reasoning_mode.change(
|