ehristoforu
commited on
Commit
•
edf4851
1
Parent(s):
5dd7553
Update app.py
Browse files
app.py
CHANGED
@@ -169,10 +169,9 @@ with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as dalle:
|
|
169 |
"""
|
170 |
)
|
171 |
|
172 |
-
with gr.Row():
|
173 |
image_output = gr.Image(type="pil", label="Output Image", elem_id="gallery")
|
174 |
|
175 |
-
with gr.Row(elem_id="prompt-container"):
|
176 |
text_prompt = gr.Textbox(label="Prompt", placeholder="a cute cat", lines=1, elem_id="prompt-text-input")
|
177 |
text_button = gr.Button("Generate", variant='primary', elem_id="gen-button")
|
178 |
|
|
|
169 |
"""
|
170 |
)
|
171 |
|
172 |
+
with gr.Row(elem_id="prompt-container"):
|
173 |
image_output = gr.Image(type="pil", label="Output Image", elem_id="gallery")
|
174 |
|
|
|
175 |
text_prompt = gr.Textbox(label="Prompt", placeholder="a cute cat", lines=1, elem_id="prompt-text-input")
|
176 |
text_button = gr.Button("Generate", variant='primary', elem_id="gen-button")
|
177 |
|