Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ def generate(
|
|
| 85 |
width=width,
|
| 86 |
height=height,
|
| 87 |
guidance_scale=guidance_scale,
|
| 88 |
-
num_inference_steps=
|
| 89 |
num_images_per_prompt=1,
|
| 90 |
output_type="pil",
|
| 91 |
).images
|
|
|
|
| 85 |
width=width,
|
| 86 |
height=height,
|
| 87 |
guidance_scale=guidance_scale,
|
| 88 |
+
num_inference_steps=30,
|
| 89 |
num_images_per_prompt=1,
|
| 90 |
output_type="pil",
|
| 91 |
).images
|