Spaces:
Paused
Paused
nroggendorff
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ with gr.Blocks() as interface:
|
|
27 |
with gr.Column():
|
28 |
with gr.Row():
|
29 |
with gr.Column():
|
30 |
-
prompt = gr.Textbox(label="Prompt", info="What do you want?", value="
|
31 |
negative_prompt = gr.Textbox(label="Negative Prompt", info="What do you want to exclude from the image?", value="watermark, jewelry, ugly, low quality", lines=4, interactive=True)
|
32 |
with gr.Column():
|
33 |
generate_button = gr.Button("Generate")
|
|
|
27 |
with gr.Column():
|
28 |
with gr.Row():
|
29 |
with gr.Column():
|
30 |
+
prompt = gr.Textbox(label="Prompt", info="What do you want?", value="pretty girl face, 32k HDR, studio lighting", lines=4, interactive=True)
|
31 |
negative_prompt = gr.Textbox(label="Negative Prompt", info="What do you want to exclude from the image?", value="watermark, jewelry, ugly, low quality", lines=4, interactive=True)
|
32 |
with gr.Column():
|
33 |
generate_button = gr.Button("Generate")
|