Yaron Koresh commited on
Commit
d2bce4f
·
verified ·
1 Parent(s): d1e4031

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def infer(prompt):
68
  height=384,
69
  width=384,
70
  negative_prompt="",
71
- num_inference_steps=60,
72
  guidance_scale=9
73
  ).images[0].save(name)
74
  return name
 
68
  height=384,
69
  width=384,
70
  negative_prompt="",
71
+ num_inference_steps=40,
72
  guidance_scale=9
73
  ).images[0].save(name)
74
  return name