Yaron Koresh commited on
Commit
5ef77e4
·
verified ·
1 Parent(s): 1f747ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -62,10 +62,10 @@ def generate_random_string(length):
62
  def Piper(english_prompt):
63
  return pipe(
64
  english_prompt,
65
- height=192,
66
- width=192,
67
  negative_prompt="",
68
- num_inference_steps=150,
69
  guidance_scale=10
70
  )
71
 
 
62
  def Piper(english_prompt):
63
  return pipe(
64
  english_prompt,
65
+ height=384,
66
+ width=384,
67
  negative_prompt="",
68
+ num_inference_steps=80,
69
  guidance_scale=10
70
  )
71