Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', fill_width=True, css=CSS) as demo:
|
|
122 |
with gr.Column(scale=2):
|
123 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
124 |
with gr.Row():
|
125 |
-
gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total
|
126 |
stop_button = gr.Button('Stop', variant='secondary', interactive=False, scale=1)
|
127 |
gen_button.click(lambda: gr.update(interactive = True), None, stop_button)
|
128 |
gr.Markdown("Scroll down to see more images and select models.", elem_classes="guide")
|
|
|
122 |
with gr.Column(scale=2):
|
123 |
txt_input = gr.Textbox(label='Your prompt:', lines=4)
|
124 |
with gr.Row():
|
125 |
+
gen_button = gr.Button('Generate up to 6 images in up to 3 minutes total', scale=2)
|
126 |
stop_button = gr.Button('Stop', variant='secondary', interactive=False, scale=1)
|
127 |
gen_button.click(lambda: gr.update(interactive = True), None, stop_button)
|
128 |
gr.Markdown("Scroll down to see more images and select models.", elem_classes="guide")
|