Spaces:
Running
Running
Update app.py
Browse files
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)
|