nsfwalex commited on
Commit
b5a7f02
โ€ข
1 Parent(s): 5d8a17a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks(css=css) as demo:
67
  with gr.Column(scale=2): # Adjust scale for proper sizing
68
  image_input = gr.Image(type="numpy", label="Upload Image", width=width, height=height)
69
  gr.Examples(examples=examples, inputs=image_input, examples_per_page=3)
70
- process_button = gr.Button("Nude!").style(width=width)
71
 
72
  def update_status(img):
73
  processed_img = inference(img)
 
67
  with gr.Column(scale=2): # Adjust scale for proper sizing
68
  image_input = gr.Image(type="numpy", label="Upload Image", width=width, height=height)
69
  gr.Examples(examples=examples, inputs=image_input, examples_per_page=3)
70
+ process_button = gr.Button("Nude!")
71
 
72
  def update_status(img):
73
  processed_img = inference(img)