Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ gr.Interface(
|
|
138 |
gr.Slider(0, 2147483647, label='Seed', value=random_seed, step=1),
|
139 |
gr.Slider(1.0, 20.0, label='Guidance Scale - how much the prompt will influence the results', value=6.0, step=0.1),
|
140 |
],
|
141 |
-
outputs=gr.Image(
|
142 |
css="#output_image{width: 256px}",
|
143 |
title="Cover Generator (text-to-image)",
|
144 |
description="Application of OpenAI tools such as Whisper, ChatGPT, and DALL-E to produce covers for the given text",
|
|
|
138 |
gr.Slider(0, 2147483647, label='Seed', value=random_seed, step=1),
|
139 |
gr.Slider(1.0, 20.0, label='Guidance Scale - how much the prompt will influence the results', value=6.0, step=0.1),
|
140 |
],
|
141 |
+
outputs=gr.Image(type="pil", elem_id="output_image"),
|
142 |
css="#output_image{width: 256px}",
|
143 |
title="Cover Generator (text-to-image)",
|
144 |
description="Application of OpenAI tools such as Whisper, ChatGPT, and DALL-E to produce covers for the given text",
|