remove quotes

This commit is contained in:
w-e-w 2024-10-21 14:07:43 +09:00
parent 8ea1325fdc
commit 3f9efd5329

View File

@ -366,7 +366,7 @@ It is displayed in UI below the image. To use infotext, paste it into the prompt
<li>Discard: remove style text from prompt, keep styles dropdown as it is.</li>
<li>Apply if any: remove style text from prompt; if any styles are found in prompt, put them into styles dropdown, otherwise keep it as it is.</li>
</ul>"""),
"png_info_html_style": OptionInfo("Default", "PNG Info style", gr.Radio, lambda: {"choices": shared_items.list_pnginfo_html_methods()}).info('"Default -> Parsed"'),
"png_info_html_style": OptionInfo("Default", "PNG Info style", gr.Radio, lambda: {"choices": shared_items.list_pnginfo_html_methods()}).info("Default -> Parsed"),
}))
options_templates.update(options_section(('ui', "Live previews", "ui"), {