LeeveWasTaken commited on
Commit
404f61c
·
verified ·
1 Parent(s): e1aface

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks() as demo:
40
 
41
  with gr.Accordion("Advanced Settings", open=False) as advanced_settings:
42
  neg_prompt = gr.Textbox(label='Negative prompt (Optional):', placeholder='Enter undesirable attributes here', lines=2)
43
- image_style = gr.Dropdown(label='Select Style', choices=["Default", "Cinematic", "Digital Art", "Portrait"], value="Default")
44
 
45
  gen_button = gr.Button('Generate up to 6 images in up to 1 minutes total')
46
  stop_button = gr.Button('Stop', variant='secondary', interactive=False)
 
40
 
41
  with gr.Accordion("Advanced Settings", open=False) as advanced_settings:
42
  neg_prompt = gr.Textbox(label='Negative prompt (Optional):', placeholder='Enter undesirable attributes here', lines=2)
43
+ image_style = gr.Dropdown(label='Select Style', choices=["Default", "Realistic", "Portrait", "Anime"], value="Default")
44
 
45
  gen_button = gr.Button('Generate up to 6 images in up to 1 minutes total')
46
  stop_button = gr.Button('Stop', variant='secondary', interactive=False)