ZeroCool94 commited on
Commit
49a23c0
1 Parent(s): d658083

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ pipe = pipe.to("cuda")
58
  prompt = "a beautiful illustration of a fantasy forest"
59
  image = pipe(prompt).images[0]
60
 
61
- image.save("astronaut_rides_horse.png")
62
  ```
63
 
64
  **Notes**:
 
58
  prompt = "a beautiful illustration of a fantasy forest"
59
  image = pipe(prompt).images[0]
60
 
61
+ image.save("fantasy_forest_illustration.png")
62
  ```
63
 
64
  **Notes**: