Commit
·
607fdae
1
Parent(s):
2c745e5
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(css=css) as demo:
|
|
89 |
with gr.Row():
|
90 |
text_prompt = gr.Textbox(show_label=False, placeholder="Enter your prompt", max_lines=1)
|
91 |
negative_prompt = gr.Textbox(show_label=False, placeholder="Enter a negative", max_lines=1)
|
92 |
-
text_button = gr.Button("Generate")
|
93 |
|
94 |
|
95 |
|
|
|
89 |
with gr.Row():
|
90 |
text_prompt = gr.Textbox(show_label=False, placeholder="Enter your prompt", max_lines=1)
|
91 |
negative_prompt = gr.Textbox(show_label=False, placeholder="Enter a negative", max_lines=1)
|
92 |
+
text_button = gr.Button("Generate", size="sm", icon="https://www.gstatic.com/android/keyboard/emojikitchen/20210521/u1fa84/u1fa84_u1fa84.png")
|
93 |
|
94 |
|
95 |
|