Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ Have Fun & Enjoy <a href="https://www.thafx.com"><abbr title="//THAFX">Website</
|
|
146 |
with gr.Column(scale=55):
|
147 |
with gr.Group():
|
148 |
with gr.Row():
|
149 |
-
prompt = gr.Textbox(label="Positive Prompt",
|
150 |
generate = gr.Button(value="Generate").style(rounded=(False, True, True, False))
|
151 |
|
152 |
image_out = gr.Image(height=512)
|
|
|
146 |
with gr.Column(scale=55):
|
147 |
with gr.Group():
|
148 |
with gr.Row():
|
149 |
+
prompt = gr.Textbox(label="Positive Prompt", show_label=False, max_lines=2, placeholder=f"{prefix} [your prompt]").style(container=False)
|
150 |
generate = gr.Button(value="Generate").style(rounded=(False, True, True, False))
|
151 |
|
152 |
image_out = gr.Image(height=512)
|