mishig HF staff commited on
Commit
9edeaba
1 Parent(s): ec3e5e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1 +1,11 @@
1
- <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"/>
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`