Yaron Koresh commited on
Commit
66e82fc
·
verified ·
1 Parent(s): 2810ad9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def Piper(_do,_dont):
93
  height=512,
94
  width=576,
95
  negative_prompt=_dont,
96
- num_inference_steps=800,
97
  guidance_scale=4
98
  )
99
 
 
93
  height=512,
94
  width=576,
95
  negative_prompt=_dont,
96
+ num_inference_steps=400,
97
  guidance_scale=4
98
  )
99