Spaces:
Running
on
Zero
Running
on
Zero
update ui
Browse files
app.py
CHANGED
@@ -145,8 +145,8 @@ with gr.Blocks() as demo:
|
|
145 |
with gr.Column(scale=5, min_width=200):
|
146 |
gr.Markdown('### Input Images')
|
147 |
input_gallery = gr.Gallery(value=[], label="Select images", show_label=False, elem_id="images", columns=[3], rows=[1], object_fit="contain", height="auto", type="pil", show_share_button=False)
|
148 |
-
submit_button = gr.Button("🔴
|
149 |
-
clear_images_button = gr.Button("🗑️Clear
|
150 |
|
151 |
gr.Markdown('### Load Examples 👇')
|
152 |
load_images_button = gr.Button("Load", elem_id="load-images-button")
|
|
|
145 |
with gr.Column(scale=5, min_width=200):
|
146 |
gr.Markdown('### Input Images')
|
147 |
input_gallery = gr.Gallery(value=[], label="Select images", show_label=False, elem_id="images", columns=[3], rows=[1], object_fit="contain", height="auto", type="pil", show_share_button=False)
|
148 |
+
submit_button = gr.Button("🔴RUN", elem_id="submit_button")
|
149 |
+
clear_images_button = gr.Button("🗑️Clear", elem_id='clear_button')
|
150 |
|
151 |
gr.Markdown('### Load Examples 👇')
|
152 |
load_images_button = gr.Button("Load", elem_id="load-images-button")
|