Spaces:
Sleeping
Sleeping
ngoctuanai
commited on
Commit
•
46206ee
1
Parent(s):
6130d44
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as dalle:
|
|
170 |
with gr.Row():
|
171 |
image_output = gr.Image(type="pil", label="Output Image", elem_id="gallery")
|
172 |
with gr.Column(elem_id="prompt-container"):
|
173 |
-
text_prompt = gr.Textbox(label="Prompt", placeholder="a cute
|
174 |
text_button = gr.Button("Generate", variant='primary', elem_id="gen-button")
|
175 |
|
176 |
with gr.Accordion("Advanced settings", open=False):
|
|
|
170 |
with gr.Row():
|
171 |
image_output = gr.Image(type="pil", label="Output Image", elem_id="gallery")
|
172 |
with gr.Column(elem_id="prompt-container"):
|
173 |
+
text_prompt = gr.Textbox(label="Prompt", placeholder="a cute dog", lines=1, elem_id="prompt-text-input")
|
174 |
text_button = gr.Button("Generate", variant='primary', elem_id="gen-button")
|
175 |
|
176 |
with gr.Accordion("Advanced settings", open=False):
|