Spaces:
Running
Running
Update install.sh
Browse files- install.sh +2 -2
install.sh
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
#!/bin/bash
|
2 |
set -e
|
3 |
|
4 |
-
echo "Installing
|
5 |
pip install --no-cache-dir -r requirements.txt
|
6 |
|
7 |
-
echo "Reinstalling correct huggingface-hub version..."
|
8 |
pip install --no-cache-dir --force-reinstall huggingface-hub==0.13.4
|
9 |
|
10 |
echo "β
Installation complete."
|
|
|
1 |
#!/bin/bash
|
2 |
set -e
|
3 |
|
4 |
+
echo "π¦ Installing dependencies..."
|
5 |
pip install --no-cache-dir -r requirements.txt
|
6 |
|
7 |
+
echo "π Reinstalling correct huggingface-hub version..."
|
8 |
pip install --no-cache-dir --force-reinstall huggingface-hub==0.13.4
|
9 |
|
10 |
echo "β
Installation complete."
|