ehristoforu
commited on
Commit
•
b2977aa
1
Parent(s):
5328fca
Update app.py
Browse files
app.py
CHANGED
@@ -83,12 +83,12 @@ with gr.Blocks(css=css) as demo:
|
|
83 |
)
|
84 |
|
85 |
with gr.Row():
|
86 |
-
gallery_output = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(grid=[
|
87 |
|
88 |
with gr.Row():
|
89 |
text_prompt = gr.Textbox(show_label=False, placeholder="Enter your prompt", max_lines=1)
|
90 |
negative_prompt = gr.Textbox(show_label=False, placeholder="Enter a negative", max_lines=1)
|
91 |
-
text_button = gr.Button("Generate",
|
92 |
|
93 |
|
94 |
|
|
|
83 |
)
|
84 |
|
85 |
with gr.Row():
|
86 |
+
gallery_output = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(grid=[2])
|
87 |
|
88 |
with gr.Row():
|
89 |
text_prompt = gr.Textbox(show_label=False, placeholder="Enter your prompt", max_lines=1)
|
90 |
negative_prompt = gr.Textbox(show_label=False, placeholder="Enter a negative", max_lines=1)
|
91 |
+
text_button = gr.Button("Generate", icon="https://www.gstatic.com/android/keyboard/emojikitchen/20210521/u1fa84/u1fa84_u1fa84.png")
|
92 |
|
93 |
|
94 |
|