Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ description = '<p>Demo for Composable Diffusion<ul><li>~30s per Stable-Diffusion
|
|
151 |
|
152 |
iface = gr.Interface(compose,
|
153 |
inputs=[
|
154 |
-
|
155 |
gr.Radio(['Stable_Diffusion_1v_4', 'CLEVR Objects'], type="value", label='version', value='Stable_Diffusion_1v_4'),
|
156 |
gr.Slider(2, 30, value=15),
|
157 |
gr.Slider(10, 200, value=50)
|
|
|
151 |
|
152 |
iface = gr.Interface(compose,
|
153 |
inputs=[
|
154 |
+
gr.Textbox(label='prompt', value='a white church | lightning in the background'),
|
155 |
gr.Radio(['Stable_Diffusion_1v_4', 'CLEVR Objects'], type="value", label='version', value='Stable_Diffusion_1v_4'),
|
156 |
gr.Slider(2, 30, value=15),
|
157 |
gr.Slider(10, 200, value=50)
|