Spaces:
Runtime error
Runtime error
nroggendorff
commited on
Commit
β’
aed8f76
1
Parent(s):
da3c10d
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ with gr.Blocks() as interface:
|
|
17 |
with gr.Column():
|
18 |
with gr.Row():
|
19 |
with gr.Column():
|
20 |
-
prompt = gr.Textbox(label="Prompt", info="What do you want?", value="A perfectly red apple, 32k HDR
|
21 |
-
negative_prompt = gr.Textbox(label="Negative Prompt", info="What do you want to exclude from the image?", value="ugly, low quality", lines=4, interactive=True)
|
22 |
with gr.Column():
|
23 |
generate_button = gr.Button("Generate")
|
24 |
output = gr.Image()
|
|
|
17 |
with gr.Column():
|
18 |
with gr.Row():
|
19 |
with gr.Column():
|
20 |
+
prompt = gr.Textbox(label="Prompt", info="What do you want?", value="A perfectly red apple, 32k HDR", lines=4, interactive=True)
|
21 |
+
negative_prompt = gr.Textbox(label="Negative Prompt", info="What do you want to exclude from the image?", value="ugly, low quality, jewelry", lines=4, interactive=True)
|
22 |
with gr.Column():
|
23 |
generate_button = gr.Button("Generate")
|
24 |
output = gr.Image()
|