zenafey commited on
Commit
e28de0f
1 Parent(s): 4afe17e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def infer(prompt, seed=42, randomize_seed=False, resolution="1024x1024", guidanc
40
  "width": int(width),
41
  "height": int(height),
42
  "seed": seed,
43
- "num_inference_steps": num_inference_steps,
44
  "guidance_scale": guidance_scale
45
  })
46
  return image, seed
 
40
  "width": int(width),
41
  "height": int(height),
42
  "seed": seed,
43
+ "steps": num_inference_steps,
44
  "guidance_scale": guidance_scale
45
  })
46
  return image, seed