File size: 268 Bytes
d2c625a
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/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..."