Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,6 @@ with gr.Blocks() as demo:
|
|
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 |
|
25 |
demo.launch()
|
|
|
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(label='Result')
|
24 |
|
25 |
demo.launch()
|