imomayiz commited on
Commit
a85da32
1 Parent(s): 835bbaf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ _ = pipe.to("cuda")
53
  prompt = "a photo of a modern moroccan city"
54
 
55
  # generate the image
56
- image = pipe(prompt=prompt, num_inference_steps=20).images[0]
57
  image
58
 
59
  ```
 
53
  prompt = "a photo of a modern moroccan city"
54
 
55
  # generate the image
56
+ image = pipe(prompt=prompt, num_inference_steps=30).images[0]
57
  image
58
 
59
  ```