Spaces:
Runtime error
Runtime error
montyanderson
commited on
Commit
•
226c7c2
1
Parent(s):
a6c6039
`app.py`: new default prompts
Browse files
app.py
CHANGED
@@ -117,8 +117,8 @@ with gr.Blocks(css=css) as demo:
|
|
117 |
with gr.Tab("txt2img"):
|
118 |
with gr.Row():
|
119 |
with gr.Column(scale=6, min_width=600):
|
120 |
-
prompt = gr.Textbox("
|
121 |
-
negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3)
|
122 |
with gr.Column():
|
123 |
text_button = gr.Button("Generate", variant='primary', elem_id="generate")
|
124 |
|
|
|
117 |
with gr.Tab("txt2img"):
|
118 |
with gr.Row():
|
119 |
with gr.Column(scale=6, min_width=600):
|
120 |
+
prompt = gr.Textbox("space warrior, beautiful, female, ultrarealistic, soft lighting, 8k", placeholder="Prompt", show_label=False, lines=3)
|
121 |
+
negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3, value="3d, cartoon, anime, (deformed eyes, nose, ears, nose), bad anatomy, ugly")
|
122 |
with gr.Column():
|
123 |
text_button = gr.Button("Generate", variant='primary', elem_id="generate")
|
124 |
|