Spaces:
Running on Zero
Running on Zero
Commit ·
491b8c9
1
Parent(s): 9a6056f
Ship the bundled PUSHBACK demo clip (via Git LFS)
Browse filesThe demo audio matched '*.mp3' in .gitignore, so it was never committed
or deployed — 'Try the demo' had no file on the Space, which surfaced as a
cascade of 403 / cache-move / split errors that all traced back to a
missing file. Track *.mp3 with LFS (HF rejects plain binaries) and add the
clip so the demo loads. Pairs with the load_demo temp-copy + allowed_paths.
- .gitattributes +1 -0
- examples/pushback_demo.mp3 +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
examples/pushback_demo.mp3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf8ede66ebff48a629701519547b8931149321ba8521f63f86125b0259b20cc5
|
| 3 |
+
size 473427
|