Spaces:
Runtime error
Runtime error
Add S3PRL installation
Browse files
s3prl.sh
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
git clone https://github.com/s3prl/s3prl.git
|
2 |
-
PYTHONPATH="${PYTHONPATH:-}:$(pwd)/
|
3 |
export PYTHONPATH
|
|
|
1 |
git clone https://github.com/s3prl/s3prl.git
|
2 |
+
PYTHONPATH="${PYTHONPATH:-}:$(pwd)/s3prl"
|
3 |
export PYTHONPATH
|