mishig HF Staff commited on
Commit
21c3ecd
·
1 Parent(s): 8088714

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ## Example dataset card on playing video inside dataset cards
2
 
 
 
3
  Since datset cards support html, you can just use html video tag:
4
 
5
  ```html
6
  <video controls loop autoplay src="https://huggingface.co/araffin/ppo-LunarLander-v2/resolve/main/replay.mp4"/>
7
  ```
8
 
9
- 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`
10
-
11
- <video controls loop autoplay src="https://huggingface.co/araffin/ppo-LunarLander-v2/resolve/main/replay.mp4"/>
 
1
  ## Example dataset card on playing video inside dataset cards
2
 
3
+ <video controls 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 controls loop autoplay src="https://huggingface.co/araffin/ppo-LunarLander-v2/resolve/main/replay.mp4"/>
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`