Nymbo commited on
Commit
3160f08
โ€ข
1 Parent(s): bc4ba59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ with gr.Blocks(head=js, theme="Nymbo/Alyx_Theme") as demo:
184
  with gr.Column(min_width=240): # Adjust scale for proper sizing
185
  image_input = gr.Image(type="numpy", label="", height=height)
186
  gr.Examples(examples=examples, inputs=image_input, examples_per_page=10, elem_id="example_img")
187
- process_button = gr.Button("Nude!", size="sm")
188
 
189
  def update_status(img):
190
  processed_img = inference(img)
 
184
  with gr.Column(min_width=240): # Adjust scale for proper sizing
185
  image_input = gr.Image(type="numpy", label="", height=height)
186
  gr.Examples(examples=examples, inputs=image_input, examples_per_page=10, elem_id="example_img")
187
+ process_button = gr.Button("Run", size="sm")
188
 
189
  def update_status(img):
190
  processed_img = inference(img)