Update forge_svd.py

This commit is contained in:
lllyasviel
2024-01-25 22:11:21 -08:00
parent d7e259cedf
commit a858007350

View File

@@ -45,7 +45,7 @@ def on_ui_tabs():
refresh_button.click(
fn=lambda: gr.update(choices=update_svd_filenames),
inputs=[], outputs=filename)
generate_button = gr.Button(value="Generate")
generate_button = gr.Button(value="Generate")
with gr.Column():
output_gallery = gr.Gallery(label='Gallery', show_label=False, object_fit='contain',