Yaron Koresh commited on
Commit
c267cb5
·
verified ·
1 Parent(s): 7a259d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -62,11 +62,11 @@ def generate_random_string(length):
62
  def Piper(english_prompt):
63
  return pipe(
64
  english_prompt,
65
- height=320,
66
- width=320,
67
  negative_prompt="",
68
- num_inference_steps=200,
69
- guidance_scale=10
70
  )
71
 
72
  def infer(prompt):
 
62
  def Piper(english_prompt):
63
  return pipe(
64
  english_prompt,
65
+ height=448,
66
+ width=448,
67
  negative_prompt="",
68
+ num_inference_steps=100,
69
+ guidance_scale=1.1
70
  )
71
 
72
  def infer(prompt):