Spaces:
Runtime error
Runtime error
Johannes
commited on
Commit
•
f60e77b
1
Parent(s):
54c5ead
use pil input image
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks() as demo:
|
|
59 |
"""
|
60 |
)
|
61 |
with gr.Row():
|
62 |
-
input_img = gr.Image(label="Input")
|
63 |
mask_img = gr.Image(label="Mask", interactive=False)
|
64 |
output_img = gr.Image(label="Output", interactive=False)
|
65 |
|
|
|
59 |
"""
|
60 |
)
|
61 |
with gr.Row():
|
62 |
+
input_img = gr.Image(label="Input", type="pil")
|
63 |
mask_img = gr.Image(label="Mask", interactive=False)
|
64 |
output_img = gr.Image(label="Output", interactive=False)
|
65 |
|