Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
diffusers
Commits
f72b28c7
Unverified
Commit
f72b28c7
authored
Nov 29, 2023
by
Steven Liu
Committed by
GitHub
Nov 29, 2023
Browse files
[docs] Fix video link (#5986)
Update svd.md
parent
ada8109d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/en/using-diffusers/svd.md
docs/source/en/using-diffusers/svd.md
+1
-1
No files found.
docs/source/en/using-diffusers/svd.md
View file @
f72b28c7
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment