Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as demo:
|
|
80 |
latency = gr.Text(label="Latency")
|
81 |
with gr.Row():
|
82 |
seed = gr.Number(label="Seed", value=42)
|
83 |
-
randomize_seed = gr.Checkbox(label="Randomize Seed", value=
|
84 |
with gr.Row():
|
85 |
width = gr.Slider(label="Width", minimum=256, maximum=MAX_IMAGE_SIZE, step=32, value=DEFAULT_WIDTH)
|
86 |
height = gr.Slider(label="Height", minimum=256, maximum=MAX_IMAGE_SIZE, step=32, value=DEFAULT_HEIGHT)
|
|
|
80 |
latency = gr.Text(label="Latency")
|
81 |
with gr.Row():
|
82 |
seed = gr.Number(label="Seed", value=42)
|
83 |
+
randomize_seed = gr.Checkbox(label="Randomize Seed", value=True)
|
84 |
with gr.Row():
|
85 |
width = gr.Slider(label="Width", minimum=256, maximum=MAX_IMAGE_SIZE, step=32, value=DEFAULT_WIDTH)
|
86 |
height = gr.Slider(label="Height", minimum=256, maximum=MAX_IMAGE_SIZE, step=32, value=DEFAULT_HEIGHT)
|