wangqixun commited on
Commit
23b28ef
·
verified ·
1 Parent(s): d4c1bb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ with block:
260
  prompt = gr.Textbox(label="Prompt", value="a character is riding a bike in snow")
261
 
262
  scale = gr.Slider(minimum=0, maximum=1.5, step=0.01,value=1.0, label="Scale")
263
- style_mode = gr.Dropdown(label='Style', choices=[None, 'Makoto Shinkai style', 'Ghibli style'], value=None)
264
 
265
  with gr.Accordion(open=False, label="Advanced Options"):
266
  guidance_scale = gr.Slider(minimum=1,maximum=7.0, step=0.01,value=3.5, label="guidance scale")
 
260
  prompt = gr.Textbox(label="Prompt", value="a character is riding a bike in snow")
261
 
262
  scale = gr.Slider(minimum=0, maximum=1.5, step=0.01,value=1.0, label="Scale")
263
+ style_mode = gr.Dropdown(label='Style', choices=[None, 'Makoto Shinkai style', 'Ghibli style'], value='Makoto Shinkai style')
264
 
265
  with gr.Accordion(open=False, label="Advanced Options"):
266
  guidance_scale = gr.Slider(minimum=1,maximum=7.0, step=0.01,value=3.5, label="guidance scale")