nsfwalex commited on
Commit
62ae296
โ€ข
1 Parent(s): 5a92d2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -140,9 +140,10 @@ with gr.Blocks(css=css, head=js) as demo:
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):
145
- gr.Examples(examples=examples, inputs=image_input, examples_per_page=10, elem_id="example_img")
 
146
 
147
 
148
  def update_status(img):
 
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
+ gr.Examples(examples=examples, inputs=image_input, examples_per_page=10, elem_id="example_img")
144
+ process_button = gr.Button("Go!")#,size="sm"
145
+
146
+
147
 
148
 
149
  def update_status(img):