LPDoctor commited on
Commit
9d6b9d8
·
1 Parent(s): a1b65c2

chore: remove .gitattributes and add example audio generation scenarios to Gradio interface

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
 
.gitattributes CHANGED
@@ -1,8 +1 @@
1
- *.ckpt filter=lfs diff=lfs merge=lfs -text
2
- *.pth filter=lfs diff=lfs merge=lfs -text
3
  *.mp4 filter=lfs diff=lfs merge=lfs -text
4
- *.wav filter=lfs diff=lfs merge=lfs -text
5
- *.png filter=lfs diff=lfs merge=lfs -text
6
- *.jpg filter=lfs diff=lfs merge=lfs -text
7
- *.jpeg filter=lfs diff=lfs merge=lfs -text
8
- *.bin filter=lfs diff=lfs merge=lfs -text
 
 
 
1
  *.mp4 filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
app.py CHANGED
@@ -325,6 +325,12 @@ demo = gr.Interface(
325
  ],
326
  title="ThinkSound Demo",
327
  description="Upload a video, caption, or CoT to generate audio. For an enhanced experience, we automatically merge the generated audio with your original silent video. (Note: Flexible audio generation lengths are supported.:)",
 
 
 
 
 
 
328
  cache_examples=True
329
  )
330
 
 
325
  ],
326
  title="ThinkSound Demo",
327
  description="Upload a video, caption, or CoT to generate audio. For an enhanced experience, we automatically merge the generated audio with your original silent video. (Note: Flexible audio generation lengths are supported.:)",
328
+ examples=[
329
+ ["examples/3_mute.mp4", "Gentle Sucking Sounds From the Pacifier", "Begin by creating a soft, steady background of light pacifier suckling. Add subtle, breathy rhythms to mimic a newborn's gentle mouth movements. Keep the sound smooth, natural, and soothing."],
330
+ ["examples/2_mute.mp4", "Printer Printing", "Generate a continuous printer printing sound with periodic beeps and paper movement, plus a cat pawing at the machine. Add subtle ambient room noise for authenticity, keeping the focus on printing, beeps, and the cat's interaction."],
331
+ ["examples/5_mute.mp4", "Lighting Firecrackers", "Generate the sound of firecrackers lighting and exploding repeatedly on the ground, followed by fireworks bursting in the sky. Incorporate occasional subtle echoes to mimic an outdoor night ambiance, with no human voices present."],
332
+ ["examples/4_mute.mp4", "Plastic Debris Handling", "Begin with the sound of hands scooping up loose plastic debris, followed by the subtle cascading noise as the pieces fall and scatter back down. Include soft crinkling and rustling to emphasize the texture of the plastic. Add ambient factory background noise with distant machinery to create an industrial atmosphere."]
333
+ ],
334
  cache_examples=True
335
  )
336
 
data_utils/.DS_Store ADDED
Binary file (6.15 kB). View file
 
examples/1.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8884c466292b46510c298a9ee88d8a584c86cb750afb558108c0850413e21e51
3
+ size 634576
examples/1_mute.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0ca4223b15583d8099d023bac3e86725bfd5cfbbad771ef67d31c1ad953bdc3
3
+ size 482981
examples/2.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8c7a3dd144c91d690b07892b30544c24000008873116451291f59553f3908a4
3
+ size 368050
examples/2_mute.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e09de17f3d3f631a5a7cd5dfb2b5b32a78fbcd3c1b90673dfa36ce798647f1e8
3
+ size 216098
examples/3.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dccddd67a954b12d34d481107c499460c69bebd92913b8f092724fcdf1c5baf
3
+ size 1716778
examples/3_mute.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:103ed8d5e4fbe8d6954dde463c2a997acd0e21c13895404706dbbaab39e2b086
3
+ size 1564981
examples/4.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3a399f94d5748b77497e28e1fca4e70c3900e1583cab4ecaefb242507b9fe1b
3
+ size 3642290
examples/4_mute.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9aa6d9ef7523cec4f5e0087d9f6c6b86efceb694f0433da5d07bdf57eea1247
3
+ size 3490447
examples/5.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:189a6cfcac18470a3f18285013f63f46c7b5996f31e0d3ecf617d9f7f91fdfeb
3
+ size 738718
examples/5_mute.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:103c2b1517d9cbecd81b394c93ebe36f166e95f635ceee280c28073233f08173
3
+ size 586982