Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
|
156 |
seed_output = gr.Textbox(label="Seed Used", show_copy_button = True, elem_id="seed-output")
|
157 |
|
158 |
with gr.Row():
|
159 |
-
text_button = gr.Button("
|
160 |
clear_prompt =gr.Button("Clear Prompt",variant="primary", elem_id="clear_button")
|
161 |
clear_prompt.click(lambda: (None), None, [text_prompt], queue=False, show_api=False)
|
162 |
|
|
|
156 |
seed_output = gr.Textbox(label="Seed Used", show_copy_button = True, elem_id="seed-output")
|
157 |
|
158 |
with gr.Row():
|
159 |
+
text_button = gr.Button("Generate Image", variant='primary', elem_id="gen-button")
|
160 |
clear_prompt =gr.Button("Clear Prompt",variant="primary", elem_id="clear_button")
|
161 |
clear_prompt.click(lambda: (None), None, [text_prompt], queue=False, show_api=False)
|
162 |
|