Yaron Koresh commited on
Commit
f6cf1dd
·
verified ·
1 Parent(s): 112e45f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,9 +84,9 @@ def Piper(_do):
84
  _do,
85
  height=480,
86
  width=480,
87
- num_inference_steps=20,
88
  max_sequence_length=512,
89
- guidance_scale=1
90
  )
91
  return retu
92
  except:
 
84
  _do,
85
  height=480,
86
  width=480,
87
+ num_inference_steps=25,
88
  max_sequence_length=512,
89
+ guidance_scale=2
90
  )
91
  return retu
92
  except: