Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,11 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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`
|