Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
azils3
/
Speech
like
0
Runtime error
App
Files
Files
Community
main
Speech
/
startup.min.sh
azils3
Upload 38 files
7a3a321
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
130 Bytes
#!/bin/bash
[ -f speech.env ] && . speech.env
bash download_voices_tts-1.sh
python speech.py --xtts_device none
$EXTRA_ARGS
$@