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