Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ with image_blocks as demo:
|
|
102 |
''')
|
103 |
with gr.Row():
|
104 |
with gr.Column():
|
105 |
-
image = gr.Image(
|
106 |
with gr.Row(elem_id="prompt-container", equal_height=True):
|
107 |
with gr.Row():
|
108 |
prompt = gr.Textbox(placeholder="Your prompt (what you want in place of what is erased)", show_label=False, elem_id="prompt")
|
|
|
102 |
''')
|
103 |
with gr.Row():
|
104 |
with gr.Column():
|
105 |
+
image = gr.Image(sources=['upload'], tool='sketch', elem_id="image_upload", type="pil", label="Upload",height=400)
|
106 |
with gr.Row(elem_id="prompt-container", equal_height=True):
|
107 |
with gr.Row():
|
108 |
prompt = gr.Textbox(placeholder="Your prompt (what you want in place of what is erased)", show_label=False, elem_id="prompt")
|