Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def gen_fn(model_str, prompt, negative_prompt=None, image_style="Default"):
|
|
31 |
with gr.Blocks() as demo:
|
32 |
with gr.Tab('The Dream'):
|
33 |
txt_input = gr.Textbox(label='Your prompt:', lines=4,
|
34 |
-
value="beautiful sexy woman
|
35 |
with gr.Accordion("Advanced Settings", open=False) as advanced_settings:
|
36 |
neg_prompt = gr.Textbox(label='Negative prompt (Optional):', placeholder='Enter undesirable attributes here', lines=2)
|
37 |
image_style = gr.Dropdown(label='Select Style', choices=["Default", "Realistic", "Portrait", "Anime"], value="Default")
|
|
|
31 |
with gr.Blocks() as demo:
|
32 |
with gr.Tab('The Dream'):
|
33 |
txt_input = gr.Textbox(label='Your prompt:', lines=4,
|
34 |
+
value="beautiful sexy woman, big boobs at beach, relaxing, ethereal, dreamy, backlit, highly detailed, realistic lighting, sharp focus, rule of thirds, artgerm")
|
35 |
with gr.Accordion("Advanced Settings", open=False) as advanced_settings:
|
36 |
neg_prompt = gr.Textbox(label='Negative prompt (Optional):', placeholder='Enter undesirable attributes here', lines=2)
|
37 |
image_style = gr.Dropdown(label='Select Style', choices=["Default", "Realistic", "Portrait", "Anime"], value="Default")
|