Spaces:
Paused
Paused
stefanbenten
commited on
Commit
•
5dda582
1
Parent(s):
edf0815
app.py: move to Markdown note
Browse files
app.py
CHANGED
@@ -129,9 +129,10 @@ with gr.Blocks(css=css) as demo:
|
|
129 |
steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=30, value=25, step=1)
|
130 |
|
131 |
with gr.Row():
|
132 |
-
with gr.Column(
|
133 |
width = gr.Slider(label="Width", minimum=512, maximum=1536, value=1024, step=8)
|
134 |
height = gr.Slider(label="Height", minimum=512, maximum=1536, value=1024, step=8)
|
|
|
135 |
|
136 |
with gr.Column(scale=1):
|
137 |
batch_size = gr.Slider(label="Batch Size", maximum=1, value=1)
|
|
|
129 |
steps = gr.Slider(label="Sampling Steps", minimum=1, maximum=30, value=25, step=1)
|
130 |
|
131 |
with gr.Row():
|
132 |
+
with gr.Column(scale=1):
|
133 |
width = gr.Slider(label="Width", minimum=512, maximum=1536, value=1024, step=8)
|
134 |
height = gr.Slider(label="Height", minimum=512, maximum=1536, value=1024, step=8)
|
135 |
+
gr.Markdown(elem_id="resolution", value="*Resolution Maximum: 1MP (1048576 px)*")
|
136 |
|
137 |
with gr.Column(scale=1):
|
138 |
batch_size = gr.Slider(label="Batch Size", maximum=1, value=1)
|