hsuwill000 commited on
Commit
43067b3
·
verified ·
1 Parent(s): 6747e1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def infer(prompt, negative_prompt):
62
  negative_prompt=negative_prompt,
63
  width=WIDTH,
64
  height=HIGH,
65
- guidance_scale=7.5
66
  num_inference_steps=30,
67
  num_images_per_prompt=1,
68
  ).images[0]
 
62
  negative_prompt=negative_prompt,
63
  width=WIDTH,
64
  height=HIGH,
65
+ guidance_scale=7.5,
66
  num_inference_steps=30,
67
  num_images_per_prompt=1,
68
  ).images[0]