Spaces:
Runtime error
Runtime error
File size: 119 Bytes
1801c3b |
1 2 3 4 5 6 |
#!/usr/bin/env bash
set -e
poetry run python pipeline/download_videos.py
poetry run python pipeline/process_videos.py
|