Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Guru-25
/
piper
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
piper
/
startup.min.sh
Guru-25
piper support
399b208
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
#!/bin/bash
[ -f speech.env ] && . speech.env
bash download_voices_tts-1.sh
python speech.py --xtts_device none
$EXTRA_ARGS
$@
-P 7860