Spaces:
Runtime error
Runtime error
Update run.sh
Browse files
run.sh
CHANGED
@@ -5,4 +5,5 @@ source /home/user/conda/etc/profile.d/conda.sh
|
|
5 |
conda activate yue
|
6 |
|
7 |
# Run the wrapper script with all arguments passed through
|
8 |
-
|
|
|
|
5 |
conda activate yue
|
6 |
|
7 |
# Run the wrapper script with all arguments passed through
|
8 |
+
cd /home/user/app/YuE/inference
|
9 |
+
python wrapper.py "$@"
|