mishig HF staff commited on
Commit
e4d796d
1 Parent(s): bfdb17c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ## Example dataset card on playing video inside dataset cards
2
 
3
- <video loop autoplay src="https://huggingface.co/araffin/ppo-LunarLander-v2/resolve/main/replay.mp4"></video>
4
 
5
  Since datset cards support html, you can just use html video tag:
6
 
7
  ```html
8
- <video loop autoplay src="https://huggingface.co/araffin/ppo-LunarLander-v2/resolve/main/replay.mp4"></video>
9
  ```
10
 
11
  note: change the src to your video. You can uplaod the demo video as part of your dataset as well & use it like `https://huggingface.co/{DATASET_OWNER}/{DATASET_NAME}/resolve/main/{VIDEO_PATH}.mp4`
 
1
  ## Example dataset card on playing video inside dataset cards
2
 
3
+ <video loop autoplay controls src="https://huggingface.co/araffin/ppo-LunarLander-v2/resolve/main/replay.mp4"></video>
4
 
5
  Since datset cards support html, you can just use html video tag:
6
 
7
  ```html
8
+ <video loop autoplay controls src="https://huggingface.co/araffin/ppo-LunarLander-v2/resolve/main/replay.mp4"></video>
9
  ```
10
 
11
  note: change the src to your video. You can uplaod the demo video as part of your dataset as well & use it like `https://huggingface.co/{DATASET_OWNER}/{DATASET_NAME}/resolve/main/{VIDEO_PATH}.mp4`