Commit ·
90192f7
1
Parent(s): 66e1bc2
Use GitHub user-attachments CDN for sample video, drop large WAV
Browse filesReplaces the in-repo 8 MB WAV with an inline video player pointing at
the GitHub user-attachments CDN. Keeps the repo lean and gives a
richer demo (waveform + narration video) that plays inline on both
GitHub and Hugging Face. Gitignores public/sample-generations/*.{mp4,wav}
so future big media stays external.
.gitignore
CHANGED
|
@@ -54,3 +54,7 @@ vibevoice_local_backup/
|
|
| 54 |
# Ignore local Modal scratch scripts
|
| 55 |
check_model.py
|
| 56 |
run_phase3.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
# Ignore local Modal scratch scripts
|
| 55 |
check_model.py
|
| 56 |
run_phase3.py
|
| 57 |
+
|
| 58 |
+
# Large sample media hosted externally via GitHub user-attachments CDN
|
| 59 |
+
public/sample-generations/*.mp4
|
| 60 |
+
public/sample-generations/*.wav
|
public/sample-generations/sample-generation-001.wav
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a5ed09f7df485f3e41c00e557d7ef24ce9796c68a00fdc606ee5fe645fe32f6f
|
| 3 |
-
size 8160044
|
|
|
|
|
|
|
|
|
|
|
|