Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,8 @@ with gr.Blocks() as demo:
|
|
17 |
image_textbox = gr.Textbox(label='Prompt')
|
18 |
image_button = gr.Button("Generate")
|
19 |
with gr.Tab("Inpainting"):
|
|
|
|
|
20 |
inpaint_button = gr.Button("Generate")
|
21 |
output_image = gr.Image()
|
22 |
|
|
|
17 |
image_textbox = gr.Textbox(label='Prompt')
|
18 |
image_button = gr.Button("Generate")
|
19 |
with gr.Tab("Inpainting"):
|
20 |
+
inpaint_ip = gr.Image(label='IP-Adapter Image')
|
21 |
+
inpaint_editor = gr.ImageEditor(label='Image + Mask')
|
22 |
inpaint_button = gr.Button("Generate")
|
23 |
output_image = gr.Image()
|
24 |
|