Spaces:
Running
Running
set -e | |
echo "π¦ Installing dependencies from requirements.txt..." | |
pip install --no-cache-dir -r requirements.txt | |
echo "π Forcing correct huggingface-hub version..." | |
pip install --force-reinstall huggingface-hub==0.19.0 | |
echo "π Checking installed huggingface-hub version..." | |
pip show huggingface-hub | grep Version | |
echo "β Installation complete." |