Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ iface = gr.Interface(compose,
|
|
158 |
gr.Textbox(label='weights', value='7.5 | 7.5 | -7.5'),
|
159 |
gr.Radio(['Stable_Diffusion_1v_4', 'CLEVR Objects'], type="value", label='version', value='Stable_Diffusion_1v_4'),
|
160 |
gr.Slider(10, 200, value=50),
|
161 |
-
gr.Number(
|
162 |
],
|
163 |
outputs='image', cache_examples=False,
|
164 |
title=title, description=description, examples=examples)
|
|
|
158 |
gr.Textbox(label='weights', value='7.5 | 7.5 | -7.5'),
|
159 |
gr.Radio(['Stable_Diffusion_1v_4', 'CLEVR Objects'], type="value", label='version', value='Stable_Diffusion_1v_4'),
|
160 |
gr.Slider(10, 200, value=50),
|
161 |
+
gr.Number(8)
|
162 |
],
|
163 |
outputs='image', cache_examples=False,
|
164 |
title=title, description=description, examples=examples)
|