mishig HF staff commited on
Commit
78c1367
1 Parent(s): 21c3ecd

Update README.md

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