Yntec commited on
Commit
9ac2e52
1 Parent(s): f663abc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', 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")
 
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. Wait as progress is not shown.', 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")