Skip to content

Commit 4956aa5

Browse files
authored
mute videos to placate a11y linter, standardize style, use CDN more (#1099)
1 parent c5148e9 commit 4956aa5

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

06_gpu_and_ml/blender/blender_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# <center>
1818
# <video controls autoplay loop muted>
19-
# <source src="https://modal-public-assets.s3.amazonaws.com/modal-blender-video.mp4" type="video/mp4">
19+
# <source src="https://modal-cdn.com/modal-blender-video.mp4" type="video/mp4">
2020
# </video>
2121
# </center>
2222

06_gpu_and_ml/controlnet/controlnet_gradio_demos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# including a depth maps, segmentation maps, scribble drawings, and keypoints!
1111

1212
# <center>
13-
# <video controls>
13+
# <video controls autoplay loop muted>
1414
# <source src="https://user-images.githubusercontent.com/12058921/222927911-3ab52dd1-f2ee-4fb8-97e8-dafbf96ed5c5.mp4" type="video/mp4">
1515
# </video>
1616
# </center>

06_gpu_and_ml/sam/segment_anything.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010

1111
# The output should look something like this:
1212

13-
# <video src="./segmented_video.mp4" width="600" height="400" controls></video>
13+
# <center>
14+
# <video controls autoplay loop muted>
15+
# <source src="https://modal-cdn.com/example-segmented-video.mp4" type="video/mp4">
16+
# </video>
17+
# </center>
1418

1519
# ## Set up dependencies for SAM 2
1620

-456 KB
Binary file not shown.

0 commit comments

Comments
 (0)