Spaces:
Running
Running
yizhangliu
commited on
Commit
•
71cf425
1
Parent(s):
d635546
Update app.py
Browse files
app.py
CHANGED
@@ -200,7 +200,7 @@ with image_blocks as demo:
|
|
200 |
with gr.Box():
|
201 |
with gr.Row():
|
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
|
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,
|
|
|
200 |
with gr.Box():
|
201 |
with gr.Row():
|
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)
|
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,
|