Spaces:
Runtime error
Runtime error
File size: 424 Bytes
8815caa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Generation
audioldm --file_path trumpet.wav
audioldm --file_path trumpet.wav -dur 25
audioldm --file_path trumpet.wav -dur 2.5
audioldm --text "A hammer is hitting a wooden surface"
audioldm
# False use cases
audioldm --text "A hammer is hitting a wooden surface" --file_path trumpet.wav # Same as audioldm --file_path trumpet.wav
# Transfer
audioldm --mode "transfer" --file_path trumpet.wav -t "Children Singing"
|