Commit ·
b387190
1
Parent(s): 0e27176
Add controls attribute to video embeds so users can unmute
Browse files
README.md
CHANGED
|
@@ -25,11 +25,11 @@ I tried about 7 different ways (and 7 different training runs) to see if I could
|
|
| 25 |
|
| 26 |
**BAN — before & after:**
|
| 27 |
|
| 28 |
-
<video src="https://huggingface.co/TheBurgstall/tsantsalize/resolve/main/BAN_combo.mp4" autoplay loop muted playsinline width="100%"></video>
|
| 29 |
|
| 30 |
**LADY — before & after:**
|
| 31 |
|
| 32 |
-
<video src="https://huggingface.co/TheBurgstall/tsantsalize/resolve/main/LADY_combo.mp4" autoplay loop muted playsinline width="100%"></video>
|
| 33 |
|
| 34 |
## Usage
|
| 35 |
|
|
|
|
| 25 |
|
| 26 |
**BAN — before & after:**
|
| 27 |
|
| 28 |
+
<video src="https://huggingface.co/TheBurgstall/tsantsalize/resolve/main/BAN_combo.mp4" autoplay loop muted controls playsinline width="100%"></video>
|
| 29 |
|
| 30 |
**LADY — before & after:**
|
| 31 |
|
| 32 |
+
<video src="https://huggingface.co/TheBurgstall/tsantsalize/resolve/main/LADY_combo.mp4" autoplay loop muted controls playsinline width="100%"></video>
|
| 33 |
|
| 34 |
## Usage
|
| 35 |
|