Fix VAE Batch size steps

This commit is contained in:
bmaltais 2023-04-01 16:09:40 -04:00
parent 7c232c090c
commit f57a72c050
1 changed files with 1 additions and 1 deletions

View File

@ -867,7 +867,7 @@ def gradio_advanced_training():
minimum=0,
maximum=32,
value=0,
every=1
step=1
)
with gr.Row():
save_state = gr.Checkbox(label='Save training state', value=False)