Yaron Koresh commited on
Commit
905e20c
·
verified ·
1 Parent(s): 89a2df4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -86,15 +86,15 @@ def generate_random_string(length):
86
  characters = string.ascii_letters + string.digits
87
  return ''.join(random.choice(characters) for _ in range(length))
88
 
89
- @spaces.GPU(duration=25)
90
  def Piper(_do,_dont):
91
  return pipe(
92
  _do,
93
  height=320,
94
  width=576,
95
  negative_prompt=_dont,
96
- num_inference_steps=50,
97
- guidance_scale=1.1
98
  )
99
 
100
  def infer(prompt,prompt2):
 
86
  characters = string.ascii_letters + string.digits
87
  return ''.join(random.choice(characters) for _ in range(length))
88
 
89
+ @spaces.GPU(duration=35)
90
  def Piper(_do,_dont):
91
  return pipe(
92
  _do,
93
  height=320,
94
  width=576,
95
  negative_prompt=_dont,
96
+ num_inference_steps=100,
97
+ guidance_scale=10
98
  )
99
 
100
  def infer(prompt,prompt2):