Unverified Commit 6ba4c539 authored by Steven Liu's avatar Steven Liu Committed by GitHub
Browse files

[docs] Fix SVD video (#6004)

Update svd.md
parent c1e45295
...@@ -53,8 +53,9 @@ frames = pipe(image, decode_chunk_size=8, generator=generator).frames[0] ...@@ -53,8 +53,9 @@ frames = pipe(image, decode_chunk_size=8, generator=generator).frames[0]
export_to_video(frames, "generated.mp4", fps=7) export_to_video(frames, "generated.mp4", fps=7)
``` ```
<video width="1024" height="576" controls> <video controls width="1024" height="576">
<source src="https://i.imgur.com/jJzVDKw.mp4" type="video/mp4"> <source src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/svd/rocket_generated.webm" type="video/webm" />
<source src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/svd/rocket_generated.mp4" type="video/mp4" />
</video> </video>
<Tip> <Tip>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment