Spaces:
Runtime error
Runtime error
jadechoghari
commited on
Commit
β’
ade3929
1
Parent(s):
4e9e493
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def generate_images(prompt, guidance_scale, num_inference_steps):
|
|
25 |
# ).images[0]
|
26 |
|
27 |
# generate image with optimized pipeline
|
28 |
-
image_optimized =
|
29 |
prompt=prompt,
|
30 |
guidance_scale=guidance_scale,
|
31 |
num_inference_steps=int(num_inference_steps)
|
|
|
25 |
# ).images[0]
|
26 |
|
27 |
# generate image with optimized pipeline
|
28 |
+
image_optimized = pipe(
|
29 |
prompt=prompt,
|
30 |
guidance_scale=guidance_scale,
|
31 |
num_inference_steps=int(num_inference_steps)
|