Shuang59 commited on
Commit
b71a137
β€’
1 Parent(s): c195fe0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -157,8 +157,8 @@ description = '<p>Our conjunction and negation (a.k.a. negative prompts) operato
157
 
158
  iface = gr.Interface(compose,
159
  inputs=[
160
- gr.Textbox(label='prompt', value='a photo of Obama | a photo of Biden'),
161
- gr.Textbox(label='weights', value='1 | 1'),
162
  gr.Radio(['Stable_Diffusion_1v_4', 'CLEVR Objects'], type="value", label='version', value='Stable_Diffusion_1v_4'),
163
  gr.Slider(2, 30, value=15),
164
  gr.Slider(10, 200, value=50),
 
157
 
158
  iface = gr.Interface(compose,
159
  inputs=[
160
+ gr.Textbox(label='prompt', value='mystical trees | A dark magical pond | dark'),
161
+ gr.Textbox(label='weights', value='1 | 1 | -1'),
162
  gr.Radio(['Stable_Diffusion_1v_4', 'CLEVR Objects'], type="value", label='version', value='Stable_Diffusion_1v_4'),
163
  gr.Slider(2, 30, value=15),
164
  gr.Slider(10, 200, value=50),