nsfwalex commited on
Commit
2440d10
โ€ข
1 Parent(s): d1b89c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks(css=css, head=js) as demo:
138
  height=340
139
 
140
  with gr.Row(equal_height=False):
141
- with gr.Column(min_width=240,scale=3): # Adjust scale for proper sizing
142
  image_input = gr.Image(type="numpy", label="Upload Image", height=height)
143
  gr.Examples(examples=examples, inputs=image_input, examples_per_page=10, elem_id="example_img")
144
  process_button = gr.Button("Go!")#,size="sm"
 
138
  height=340
139
 
140
  with gr.Row(equal_height=False):
141
+ #with gr.Column(min_width=240,scale=3): # Adjust scale for proper sizing
142
  image_input = gr.Image(type="numpy", label="Upload Image", height=height)
143
  gr.Examples(examples=examples, inputs=image_input, examples_per_page=10, elem_id="example_img")
144
  process_button = gr.Button("Go!")#,size="sm"