1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[docs] Fix video link (#5986)

Update svd.md
This commit is contained in:
Steven Liu
2023-11-29 11:52:25 -08:00
committed by GitHub
parent ada8109d5b
commit f72b28c75b

View File

@@ -54,7 +54,7 @@ export_to_video(frames, "generated.mp4", fps=7)
```
<video width="1024" height="576" controls>
<source src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/svd/rocket_generated.mp4" type="video/mp4">
<source src="https://i.imgur.com/jJzVDKw.mp4" type="video/mp4">
</video>
<Tip>