Spaces:
Running
Running
# This script is executed after the 'pip install -r requirements.txt' and before the execution of the app. | |
# 1. Install playwright browsers | |
echo "Installing playwright browsers..." | |
python -m playwright install --with-deps | |
echo "Setup complete." |