Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit d00a7bf

Browse files
authored
Update path for image video preview in python tutorial (#91)
1 parent 1ab968a commit d00a7bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/python/python-video-generation/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Now if we run the code using `python python_video.py`, we will
287287
have a 10 seconds video like this:
288288

289289
<div style="text-align:center">
290-
<img src="https://github.com/stackbuilders/tutorials/blob/tutorials/tutorials/python/python-video-generation/images/video.gif" width=500 /> </br>
290+
<img src="https://github.com/stackbuilders/tutorials/raw/tutorials/tutorials/python/python-video-generation/images/video.gif" width=500 /> </br>
291291
**Figure 1** - Video generated by our code
292292
</div>
293293

0 commit comments

Comments
 (0)