#!/bin/bash # Script to push changes to both HuggingFace and GitHub echo "🚀 Pushing to HuggingFace Space..." git push origin main echo "🚀 Pushing to GitHub..." git push github main echo "✅ Pushed to both repositories!"