basharat8763 commited on
Commit
a36fd8d
·
verified ·
1 Parent(s): ed4f8a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def image_generation(pipe, prompt):
30
  image = pipe(
31
  prompt=prompt,
32
  negative_prompt="blurred, ugly, watermark, low resolution",
33
- num_inference_steps=40,
34
  guidance_scale=9.0
35
  ).images[0]
36
  return image
 
30
  image = pipe(
31
  prompt=prompt,
32
  negative_prompt="blurred, ugly, watermark, low resolution",
33
+ num_inference_steps=20,
34
  guidance_scale=9.0
35
  ).images[0]
36
  return image