You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"gradio_theme": OptionInfo("Default", "Gradio theme", ui_components.DropdownEditable, lambda: {"choices": ["Default"] +gradio_hf_hub_themes}).info("you can also manually enter any of themes from the <a href='https://huggingface.co/spaces/gradio/theme-gallery'>gallery</a>.").needs_reload_ui(),
554
+
"gradio_themes_cache": OptionInfo(True, "Cache gradio themes locally").info("disable to update the selected Gradio theme"),
554
555
"return_grid": OptionInfo(True, "Show grid in results for web"),
555
556
"do_not_show_images": OptionInfo(False, "Do not show any images in results for web"),
556
557
"send_seed": OptionInfo(True, "Send seed when sending prompt or image to other interface"),
0 commit comments