Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -842,7 +842,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
842 |
|
843 |
with gr.Row():
|
844 |
randomize_seed = gr.Checkbox(True, label="Randomize seed")
|
845 |
-
seed = gr.Slider(label="Seed", minimum=0, maximum=
|
846 |
lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=1, step=0.01, value=0.95)
|
847 |
|
848 |
gallery.select(
|
|
|
842 |
|
843 |
with gr.Row():
|
844 |
randomize_seed = gr.Checkbox(True, label="Randomize seed")
|
845 |
+
seed = gr.Slider(label="Seed", minimum=0, maximum=2**32-1, step=1, value=0, randomize=True)
|
846 |
lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=1, step=0.01, value=0.95)
|
847 |
|
848 |
gallery.select(
|