hsuwill000 commited on
Commit
74734b1
·
verified ·
1 Parent(s): f652348

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
  width=WIDTH,
63
  height=HIGH,
64
  guidance_scale=7.5,
65
- num_inference_steps=1,
66
  num_images_per_prompt=1,
67
  ).images[0]
68
 
 
62
  width=WIDTH,
63
  height=HIGH,
64
  guidance_scale=7.5,
65
+ num_inference_steps=2,
66
  num_images_per_prompt=1,
67
  ).images[0]
68