Spaces:
Runtime error
Runtime error
main.py
CHANGED
@@ -47,7 +47,9 @@ def ui():
|
|
47 |
)
|
48 |
|
49 |
with gr.Column():
|
50 |
-
output_image = gr.Image(
|
|
|
|
|
51 |
send_to_input_btn = gr.Button(value="Use as input", variant="secondary")
|
52 |
|
53 |
gr.Markdown(
|
|
|
47 |
)
|
48 |
|
49 |
with gr.Column():
|
50 |
+
output_image = gr.Image(
|
51 |
+
type="pil", label="Output Image", interactive=False
|
52 |
+
)
|
53 |
send_to_input_btn = gr.Button(value="Use as input", variant="secondary")
|
54 |
|
55 |
gr.Markdown(
|