Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ gr.Interface(
|
|
55 |
),
|
56 |
gr.Slider(value=40, minimum=8, maximum=50, step=1),
|
57 |
],
|
58 |
-
outputs=[gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil")],
|
59 |
title="Generate custom pokemons",
|
60 |
description=description,
|
61 |
article=article,
|
|
|
55 |
),
|
56 |
gr.Slider(value=40, minimum=8, maximum=50, step=1),
|
57 |
],
|
58 |
+
outputs=[gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil")],
|
59 |
title="Generate custom pokemons",
|
60 |
description=description,
|
61 |
article=article,
|