Spaces:
Running
Running
israelweiss
commited on
Commit
•
601d127
1
Parent(s):
c0ddebd
button name to Erase
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ with image_blocks as demo:
|
|
165 |
image = gr.ImageEditor(sources=["upload"], layers=False, transforms=[], brush=gr.Brush(colors=["#000000"], color_mode="fixed"))
|
166 |
with gr.Row(elem_id="prompt-container", equal_height=True):
|
167 |
with gr.Column(): # Wrap the button inside a Column
|
168 |
-
btn = gr.Button("
|
169 |
|
170 |
with gr.Column():
|
171 |
image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|
|
|
165 |
image = gr.ImageEditor(sources=["upload"], layers=False, transforms=[], brush=gr.Brush(colors=["#000000"], color_mode="fixed"))
|
166 |
with gr.Row(elem_id="prompt-container", equal_height=True):
|
167 |
with gr.Column(): # Wrap the button inside a Column
|
168 |
+
btn = gr.Button("Erase!", elem_id="run_button")
|
169 |
|
170 |
with gr.Column():
|
171 |
image_out = gr.Image(label="Output", elem_id="output-img", height=400)
|