Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks(css=css, head=js) as demo:
|
|
138 |
height=340
|
139 |
|
140 |
with gr.Row():
|
141 |
-
with gr.Column(min_width=200,scale=
|
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):
|
|
|
138 |
height=340
|
139 |
|
140 |
with gr.Row():
|
141 |
+
with gr.Column(min_width=200,scale=5): # 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):
|