Spaces:
Running
Running
Commit
·
9de2d65
1
Parent(s):
a0c3f48
Update app.py
Browse files
app.py
CHANGED
@@ -354,7 +354,7 @@ with image_blocks as demo:
|
|
354 |
with gr.Box():
|
355 |
with gr.Row():
|
356 |
with gr.Column():
|
357 |
-
image = gr.Image(source='upload', tool='sketch',
|
358 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
359 |
# prompt = gr.Textbox(placeholder = 'Your prompt (what you want in place of what is erased)', show_label=False, elem_id="input-text")
|
360 |
btn = gr.Button("Done!").style(
|
|
|
354 |
with gr.Box():
|
355 |
with gr.Row():
|
356 |
with gr.Column():
|
357 |
+
image = gr.Image(source='upload', tool='sketch', type='file',label="Upload").style(height=512)
|
358 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
359 |
# prompt = gr.Textbox(placeholder = 'Your prompt (what you want in place of what is erased)', show_label=False, elem_id="input-text")
|
360 |
btn = gr.Button("Done!").style(
|