Update README.md
Browse files
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, "
|
194 |
```
|
195 |
|
196 |
12. **Display the Result**:
|
197 |
|
198 |
```python
|
199 |
from IPython import display
|
200 |
-
display.Image("
|
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
|