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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "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)
 
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)