Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
I want to create a large audio dataset using Moe-tts
#25
by
PankidT
- opened
Hello, I have a large text file called metadata.txt containing many sentences. I want to use Moe-tts to create voice files from this text file without manually entering each sentence into Moe-tts. Is it support to do this way?
You can clone this repositorygit lfs install
git clone https://huggingface.co/spaces/skytnt/moe-tts
Then write a script like app.py to read metadata.txt and call tts function for each sentence.