Spaces:
Running
Running
Commit
·
5564ca3
1
Parent(s):
020dc5b
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ with image_blocks as demo:
|
|
202 |
with gr.Column():
|
203 |
image = gr.Image(source='upload', elem_id="image_upload",tool='sketch', type=f'{image_type}', label="Upload").style(mobile_collapse=False, height=512)
|
204 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
205 |
-
btn_in = gr.Button("
|
206 |
margin=True,
|
207 |
rounded=(True, True, True, True),
|
208 |
full_width=True,
|
|
|
202 |
with gr.Column():
|
203 |
image = gr.Image(source='upload', elem_id="image_upload",tool='sketch', type=f'{image_type}', label="Upload").style(mobile_collapse=False, height=512)
|
204 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
205 |
+
btn_in = gr.Button("Erase").style(
|
206 |
margin=True,
|
207 |
rounded=(True, True, True, True),
|
208 |
full_width=True,
|