israelweiss commited on
Commit
601d127
1 Parent(s): c0ddebd

button name to Erase

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Inpaint!", elem_id="run_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)