Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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,
|