Shaleen123 commited on
Commit
71108e9
·
verified ·
1 Parent(s): f743d0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
34
  image = pipe(
35
  prompt = prompt,
36
  negative_prompt = 'low quality, bad quality, boring, ugly',
37
- guidance_scale = guidance_scale,
38
  num_inference_steps = num_inference_steps,
39
  width = width,
40
  height = height,
 
34
  image = pipe(
35
  prompt = prompt,
36
  negative_prompt = 'low quality, bad quality, boring, ugly',
37
+ prior_guidance_scale = guidance_scale,
38
  num_inference_steps = num_inference_steps,
39
  width = width,
40
  height = height,