Yntec commited on
Commit
362a8f8
β€’
1 Parent(s): e4d4eb2

Update app.py

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