Spaces:
Runtime error
Runtime error
Update postInstall
Browse files- postInstall +4 -3
postInstall
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
#!/usr/bin/env bash
|
2 |
-
set -e
|
|
|
3 |
echo "βΆ installing audiocraft ..."
|
4 |
-
pip install --no-cache-dir \
|
5 |
-
git+https://github.com/facebookresearch/audiocraft@main
|
6 |
echo "β audiocraft installed"
|
|
|
1 |
#!/usr/bin/env bash
|
2 |
+
set -e # μ€λ₯ λ°μ μ μ¦μ μ€λ¨
|
3 |
+
|
4 |
echo "βΆ installing audiocraft ..."
|
5 |
+
pip install --no-cache-dir --use-pep517 \
|
6 |
+
git+https://github.com/facebookresearch/audiocraft@main
|
7 |
echo "β audiocraft installed"
|