Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -126,11 +126,11 @@ with gr.Blocks(css=css) as app:
|
|
126 |
|
127 |
with gr.Row():
|
128 |
# text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
|
129 |
-
text_button = gr.Button("✨ Generate Image", variant='primary',
|
130 |
with gr.Row():
|
131 |
image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
|
132 |
with gr.Row():
|
133 |
-
seed_output = gr.Textbox(label="Seed Used", show_copy_button = True
|
134 |
|
135 |
gr.Markdown(article_text)
|
136 |
|
|
|
126 |
|
127 |
with gr.Row():
|
128 |
# text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
|
129 |
+
text_button = gr.Button("✨ Generate Image", variant='primary', elem_classes=["generate-btn"])
|
130 |
with gr.Row():
|
131 |
image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
|
132 |
with gr.Row():
|
133 |
+
seed_output = gr.Textbox(label="Seed Used", show_copy_button = True)
|
134 |
|
135 |
gr.Markdown(article_text)
|
136 |
|