gparmar commited on
Commit
ae0d891
1 Parent(s): 4e2ab39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.2):
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