Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -290,7 +290,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
290 |
seed = gr.Textbox(label="Seed", value=42, scale=1, min_width=50)
|
291 |
randomize_seed = gr.Button("Random", scale=1, min_width=50)
|
292 |
|
293 |
-
with gr.Column(elem_id="column_process", min_width=50, scale=0.
|
294 |
gr.Markdown("## pix2pix-turbo", elem_id="description")
|
295 |
run_button = gr.Button("Run", min_width=50)
|
296 |
|
|
|
290 |
seed = gr.Textbox(label="Seed", value=42, scale=1, min_width=50)
|
291 |
randomize_seed = gr.Button("Random", scale=1, min_width=50)
|
292 |
|
293 |
+
with gr.Column(elem_id="column_process", min_width=50, scale=0.4):
|
294 |
gr.Markdown("## pix2pix-turbo", elem_id="description")
|
295 |
run_button = gr.Button("Run", min_width=50)
|
296 |
|