#!/usr/bin/env bash set -euo pipefail if [ $# -lt 2 ]; then echo "Usage: scripts/push_to_hub.sh " exit 1 fi python upload_to_hub.py --folder_path "$1" --repo_id "$2"