tonyassi commited on
Commit
b4c67b2
·
1 Parent(s): 39cb2e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def greet(description,color,features,occasion,type_):
32
  print('prompt:',prompt)
33
  image = pipe(
34
  prompt,
35
- width=512,
36
  height=512,
37
  num_inference_steps=100,
38
  guidance_scale=7.5,
 
32
  print('prompt:',prompt)
33
  image = pipe(
34
  prompt,
35
+ width=312,
36
  height=512,
37
  num_inference_steps=100,
38
  guidance_scale=7.5,