Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(css=css, head=js) as demo:
|
|
140 |
with gr.Row(equal_height=False):
|
141 |
with gr.Column(min_width=240,scale=3): # Adjust scale for proper sizing
|
142 |
image_input = gr.Image(type="numpy", label="Upload Image", height=height)
|
143 |
-
gr.Examples(examples=examples, inputs=image_input, examples_per_page=10,min_width=
|
144 |
process_button = gr.Button("Go!")#,size="sm"
|
145 |
|
146 |
|
|
|
140 |
with gr.Row(equal_height=False):
|
141 |
with gr.Column(min_width=240,scale=3): # Adjust scale for proper sizing
|
142 |
image_input = gr.Image(type="numpy", label="Upload Image", height=height)
|
143 |
+
gr.Examples(examples=examples, inputs=image_input, examples_per_page=10,min_width=width, elem_id="example_img")
|
144 |
process_button = gr.Button("Go!")#,size="sm"
|
145 |
|
146 |
|