svjack commited on
Commit
7c856a7
·
verified ·
1 Parent(s): 71e02e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -190,14 +190,14 @@ To run the script, follow these steps:
190
 
191
  ```python
192
  frames = output.frames[0]
193
- export_to_gif(frames, "keqing_animation.gif")
194
  ```
195
 
196
  12. **Display the Result**:
197
 
198
  ```python
199
  from IPython import display
200
- display.Image("keqing_animation.gif")
201
  ```
202
 
203
  ## Conclusion
 
190
 
191
  ```python
192
  frames = output.frames[0]
193
+ export_to_gif(frames, "xiangling_animation.gif")
194
  ```
195
 
196
  12. **Display the Result**:
197
 
198
  ```python
199
  from IPython import display
200
+ display.Image("xiangling_animation.gif")
201
  ```
202
 
203
  ## Conclusion