Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -549,7 +549,7 @@ with block as demo:
|
|
549 |
|
550 |
generated_images = gr.Image(
|
551 |
label="Generated Images",
|
552 |
-
type="
|
553 |
)
|
554 |
|
555 |
|
|
|
549 |
|
550 |
generated_images = gr.Image(
|
551 |
label="Generated Images",
|
552 |
+
type="pil" # Display the PIL image
|
553 |
)
|
554 |
|
555 |
|