Arabic-XTTS-TTS / setup.sh
aladhefafalquran
Add setup improvements and documentation
d2c625a
raw
history blame contribute delete
268 Bytes
#!/bin/bash
# Startup script for Hugging Face Space
# This runs before the app starts to set up speaker files
echo "Setting up Arabic XTTS Voice Cloner..."
# Run the speaker download script
python download_speakers.py
echo "Setup complete! Starting application..."