Spaces:
Sleeping
Sleeping
# Install system dependencies | |
apt-get update | |
apt-get install -y fluidsynth | |
# Copy the FluidR3_GM.sf2 file | |
cp /usr/share/sounds/sf2/FluidR3_GM.sf2 ./font.sf2 | |
# Install Python dependencies | |
pip install -r requirements.txt |