Update app.py
Browse files
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
|
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)
|