Spaces:
Running
Running
File size: 260 Bytes
ddb2dc9 |
1 2 3 4 5 6 7 8 9 |
#!/bin/bash
# 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." |