Spaces:
Runtime error
Runtime error
fix
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ iface_style = gr.Interface(
|
|
190 |
gr.components.Textbox(label='Style name', visible=False),
|
191 |
gr.components.Textbox(label="Text prompt", placeholder="Enter Text prompt"),
|
192 |
gr.components.Textbox(label="Number of outputs", placeholder="Enter Number of outputs"),
|
193 |
-
gr.components.Slider(minimum=
|
194 |
],
|
195 |
outputs=gr.components.Image(type="pil"),
|
196 |
title="π¨ Visual Style Prompting (default)",
|
|
|
190 |
gr.components.Textbox(label='Style name', visible=False),
|
191 |
gr.components.Textbox(label="Text prompt", placeholder="Enter Text prompt"),
|
192 |
gr.components.Textbox(label="Number of outputs", placeholder="Enter Number of outputs"),
|
193 |
+
gr.components.Slider(minimum=10, maximum=50, step=10, value=50, label="Diffusion steps")
|
194 |
],
|
195 |
outputs=gr.components.Image(type="pil"),
|
196 |
title="π¨ Visual Style Prompting (default)",
|