Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,8 +153,8 @@ iface = gr.Interface(compose,
|
|
| 153 |
inputs=[
|
| 154 |
"text",
|
| 155 |
gr.Radio(['Stable_Diffusion_1v_4', 'CLEVR Objects'], type="value", label='version'),
|
| 156 |
-
gr.Slider(2, 30),
|
| 157 |
-
gr.Slider(10, 200)
|
| 158 |
],
|
| 159 |
outputs='image', cache_examples=False,
|
| 160 |
title=title, description=description, examples=examples)
|
|
|
|
| 153 |
inputs=[
|
| 154 |
"text",
|
| 155 |
gr.Radio(['Stable_Diffusion_1v_4', 'CLEVR Objects'], type="value", label='version'),
|
| 156 |
+
gr.Slider(2, 30, value=15),
|
| 157 |
+
gr.Slider(10, 200, value=50)
|
| 158 |
],
|
| 159 |
outputs='image', cache_examples=False,
|
| 160 |
title=title, description=description, examples=examples)
|