Spaces:
Running
Running
File size: 265 Bytes
905b8ff 3e6e915 905b8ff 3e6e915 |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash
set -e
echo "Installing main dependencies..."
pip install --no-cache-dir -r requirements.txt
echo "Reinstalling correct huggingface-hub version..."
pip install --no-cache-dir --force-reinstall huggingface-hub==0.13.4
echo "✅ Installation complete." |