Yaron Koresh commited on
Commit
e341b7b
·
verified ·
1 Parent(s): 5c13ed9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def Piper(english_prompt):
65
  height=512,
66
  width=512,
67
  negative_prompt="",
68
- num_inference_steps=60,
69
  guidance_scale=9
70
  )
71
 
 
65
  height=512,
66
  width=512,
67
  negative_prompt="",
68
+ num_inference_steps=400,
69
  guidance_scale=9
70
  )
71