mirror of
https://github.com/oobabooga/textgen.git
synced 2026-08-04 17:20:44 -05:00
Fix dropdown menus sometimes failing to refresh
This commit is contained in:
@@ -249,7 +249,7 @@ def create_refresh_button(refresh_component, refresh_method, refreshed_args, ele
|
||||
|
||||
refresh_button = gr.Button(refresh_symbol, elem_classes=elem_class, interactive=interactive)
|
||||
refresh_button.click(
|
||||
fn=refresh,
|
||||
fn=lambda: {k: tuple(v) if type(k) is list else v for k, v in refresh().items()},
|
||||
inputs=[],
|
||||
outputs=[refresh_component]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user