Spaces:
Runtime error
Runtime error
LeeveWasTaken
commited on
Update app.py
Browse files
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", "
|
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)
|