nsfwalex commited on
Commit
4ada7ec
โ€ข
1 Parent(s): d43a916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(css=css) as demo:
124
  image_input = gr.Image(type="numpy", label="Upload Image", height=height)
125
  with gr.Column(scale=1,min_width=50):
126
  gr.Examples(examples=examples, inputs=image_input, examples_per_page=10, elem_id="example_img")
127
- process_button = gr.Button("Nude!")
128
 
129
  def update_status(img):
130
  processed_img = inference(img)
 
124
  image_input = gr.Image(type="numpy", label="Upload Image", height=height)
125
  with gr.Column(scale=1,min_width=50):
126
  gr.Examples(examples=examples, inputs=image_input, examples_per_page=10, elem_id="example_img")
127
+ process_button = gr.Button("Nude!",size="sm")
128
 
129
  def update_status(img):
130
  processed_img = inference(img)