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(),
553
-
"return_grid": OptionInfo(True, "Show grid in results for web"),
553
+
"re_download_theme": OptionInfo(False, "Re-download the selected Gradio theme"),
554
554
"do_not_show_images": OptionInfo(False, "Do not show any images in results for web"),
555
555
"send_seed": OptionInfo(True, "Send seed when sending prompt or image to other interface"),
556
556
"send_size": OptionInfo(True, "Send size when sending prompt or image to another interface"),
0 commit comments