PushkarA07 commited on
Commit
2053a9f
1 Parent(s): 159466a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(shape=[256,256], 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",
 
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",