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.
|
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.ImageEditor(type="pil", image_mode="RGB", sources=(['upload']), brush=gr.Brush(color_mode="fixed", colors=["#FFFFFF"]))
|
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")
|