hsuwill000 commited on
Commit
f089660
1 Parent(s): 712a3bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def infer(prompt,negative_prompt):
66
  width = WIDTH,
67
  height = HIGH,
68
  guidance_scale=1.0,
69
- num_inference_steps=3,
70
  num_images_per_prompt=1,
71
  ).images[0]
72
 
 
66
  width = WIDTH,
67
  height = HIGH,
68
  guidance_scale=1.0,
69
+ num_inference_steps=4,
70
  num_images_per_prompt=1,
71
  ).images[0]
72