Spaces:
Running
Running
set -e | |
echo "π¦ Installing 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." | |
pip show huggingface-hub |