Shuang59 commited on
Commit
9f16209
β€’
1 Parent(s): 29bc652

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ description = '<p>Demo for Composable Diffusion<ul><li>~30s per Stable-Diffusion
152
  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, value=15),
157
  gr.Slider(10, 200, value=50)
158
  ],
 
152
  iface = gr.Interface(compose,
153
  inputs=[
154
  "text",
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)
158
  ],