montyanderson commited on
Commit
451edb2
1 Parent(s): 1f40932

`app.py`: update default prompt

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,8 +113,8 @@ with gr.Blocks(css=css) as demo:
113
  with gr.Tab("txt2img"):
114
  with gr.Row():
115
  with gr.Column(scale=6, min_width=600):
116
- prompt = gr.Textbox("puppies in a cloud, 4k", placeholder="Prompt", show_label=False, lines=3)
117
- negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3)
118
  with gr.Column():
119
  text_button = gr.Button("Generate", variant='primary', elem_id="generate")
120
 
 
113
  with gr.Tab("txt2img"):
114
  with gr.Row():
115
  with gr.Column(scale=6, min_width=600):
116
+ prompt = gr.Textbox("space warrior, beautiful, female, ultrarealistic, soft lighting, 8k", placeholder="Prompt", show_label=False, lines=3)
117
+ negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3, value="3d, cartoon, anime, (deformed eyes, nose, ears, nose), bad anatomy, ugly")
118
  with gr.Column():
119
  text_button = gr.Button("Generate", variant='primary', elem_id="generate")
120