#!/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..."