nsfwalex commited on
Commit
fab4b48
โ€ข
1 Parent(s): f392846

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -134,11 +134,11 @@ window.postMessageToParent = function(img, event, source, value) {
134
  </script>
135
  '''
136
  with gr.Blocks(css=css, head=js) as demo:
137
- width=240
138
  height=340
139
 
140
  with gr.Row():
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
  process_button = gr.Button("Nude!",size="sm")
144
  with gr.Column(scale=1,min_width=50):
 
134
  </script>
135
  '''
136
  with gr.Blocks(css=css, head=js) as demo:
137
+ width=200
138
  height=340
139
 
140
  with gr.Row():
141
+ with gr.Column(min_width=200,scale=3): # Adjust scale for proper sizing
142
  image_input = gr.Image(type="numpy", label="Upload Image", height=height)
143
  process_button = gr.Button("Nude!",size="sm")
144
  with gr.Column(scale=1,min_width=50):