#!/bin/bash # 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 "$@"