Spaces:
Runtime error
Runtime error
# Activate conda environment | |
source /home/user/conda/etc/profile.d/conda.sh | |
conda activate yue | |
# Run the wrapper script with all arguments passed through | |
cd /home/user/app/YuE/inference | |
python wrapper.py "$@" |