Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ gr.Interface(
|
|
57 |
max_lines=1,
|
58 |
placeholder="cute Sundar Pichai creature",
|
59 |
),
|
60 |
-
gr.Slider(value=
|
61 |
],
|
62 |
outputs=[gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil")],
|
63 |
title="Generate custom pokemons",
|
|
|
57 |
max_lines=1,
|
58 |
placeholder="cute Sundar Pichai creature",
|
59 |
),
|
60 |
+
gr.Slider(value=10, minimum=8, maximum=50, step=1),
|
61 |
],
|
62 |
outputs=[gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil")],
|
63 |
title="Generate custom pokemons",
|