Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
imseldrith/TTS-OPENAI-FREE
VSPAN
/
TTS
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e0718c3
TTS
/
startup.min.sh
imseldrith
Upload folder using huggingface_hub (#2)
2a8b06e
verified
8 months ago
raw
Copy download link
history
blame
Safe
130 Bytes
#!/bin/bash
[ -f speech.env ] && . speech.env
bash download_voices_tts-1.sh
python speech.py --xtts_device none
$EXTRA_ARGS
$@