Spaces:
Runtime error
Runtime error
Commit
·
daded6f
1
Parent(s):
2c6d74e
Update app.py
Browse files
app.py
CHANGED
@@ -156,10 +156,10 @@ with gr.Blocks(css=css) as demo:
|
|
156 |
with gr.Column(scale=1):
|
157 |
steps = gr.Slider(label="Steps", minimum=1, maximum=50, value=25, step=1)
|
158 |
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
|
164 |
with gr.Column(scale=1):
|
165 |
batch_size = gr.Slider(label="Batch Size", maximum=1, value=1)
|
|
|
156 |
with gr.Column(scale=1):
|
157 |
steps = gr.Slider(label="Steps", minimum=1, maximum=50, value=25, step=1)
|
158 |
|
159 |
+
with gr.Row():
|
160 |
+
with gr.Column(scale=1):
|
161 |
+
width = gr.Slider(label="Width", maximum=1024, value=512, step=8)
|
162 |
+
height = gr.Slider(label="Height", maximum=1024, value=512, step=8)
|
163 |
|
164 |
with gr.Column(scale=1):
|
165 |
batch_size = gr.Slider(label="Batch Size", maximum=1, value=1)
|