Rooc commited on
Commit
207433e
1 Parent(s): a8494bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -30,7 +30,8 @@ def gen_fn(model_str, prompt, negative_prompt=None, image_style="Default"):
30
  return models_load[model_str](modified_prompt)
31
  with gr.Blocks() as demo:
32
  with gr.Tab('The Dream'):
33
- txt_input = gr.Textbox(label='Your prompt:', lines=4)
 
34
  with gr.Accordion("Advanced Settings", open=False) as advanced_settings:
35
  neg_prompt = gr.Textbox(label='Negative prompt (Optional):', placeholder='Enter undesirable attributes here', lines=2)
36
  image_style = gr.Dropdown(label='Select Style', choices=["Default", "Realistic", "Portrait", "Anime"], value="Default")
 
30
  return models_load[model_str](modified_prompt)
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")