Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ gr.Interface(
|
|
59 |
),
|
60 |
gr.Slider(value=40, minimum=8, maximum=50, step=1),
|
61 |
],
|
62 |
-
outputs=gr.
|
63 |
title="Generate custom pokemons",
|
64 |
description=description,
|
65 |
article=article,
|
|
|
59 |
),
|
60 |
gr.Slider(value=40, minimum=8, maximum=50, step=1),
|
61 |
],
|
62 |
+
outputs=[gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil")],
|
63 |
title="Generate custom pokemons",
|
64 |
description=description,
|
65 |
article=article,
|