Spaces:
Runtime error
Runtime error
Update run.sh
Browse files
run.sh
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
# Activate conda environment
|
| 4 |
-
source /
|
| 5 |
conda activate yue
|
| 6 |
|
| 7 |
# Run the wrapper script with all arguments passed through
|
| 8 |
-
python wrapper.py "$@"
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
# Activate conda environment
|
| 4 |
+
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 |
+
python /home/user/app/YuE/inference/wrapper.py "$@"
|