Update README.md
Browse files
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=
|
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 |
```
|