Commit
·
5328fca
1
Parent(s):
1b5d275
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks(css=css) as demo:
|
|
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", size="
|
92 |
|
93 |
|
94 |
|
|
|
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", size="md", icon="https://www.gstatic.com/android/keyboard/emojikitchen/20210521/u1fa84/u1fa84_u1fa84.png")
|
92 |
|
93 |
|
94 |
|