Spaces:
Sleeping
Sleeping
File size: 233 Bytes
0383a2d |
1 2 3 4 5 6 7 8 9 10 11 |
#!/bin/bash
# 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 |