Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -481,7 +481,7 @@ with gr.Blocks(css=css) as demo:
|
|
481 |
with gr.Row():
|
482 |
with gr.Group():
|
483 |
image = gr.Image(
|
484 |
-
label="Image", height=256,
|
485 |
)
|
486 |
strength = gr.Slider(
|
487 |
label="Transformation strength",
|
|
|
481 |
with gr.Row():
|
482 |
with gr.Group():
|
483 |
image = gr.Image(
|
484 |
+
label="Image", height=256, type="pil"
|
485 |
)
|
486 |
strength = gr.Slider(
|
487 |
label="Transformation strength",
|