mikegarts commited on
Commit
4c6bb4e
1 Parent(s): 6fffd0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks() as demo:
107
  bt_make_text = gr.Button("Generate text")
108
  bt_make_image = gr.Button(f"Generate an image (takes about 10-15 minutes on CPU).", visible=False)
109
 
110
- img_description = gr.Markdown('Image generation take some time'
111
  ' but here you can see the what is generated from the latent state of the diffuser every few steps.'
112
  ' Usually there is a significant improvement around step 15, that yields much better result')
113
  image = gr.Image(label='Illustration for your story', show_label=True)
 
107
  bt_make_text = gr.Button("Generate text")
108
  bt_make_image = gr.Button(f"Generate an image (takes about 10-15 minutes on CPU).", visible=False)
109
 
110
+ img_description = gr.Markdown('Image generation takes some time'
111
  ' but here you can see the what is generated from the latent state of the diffuser every few steps.'
112
  ' Usually there is a significant improvement around step 15, that yields much better result')
113
  image = gr.Image(label='Illustration for your story', show_label=True)