CoolFace
Apppublic

utility-ai/cat_dog_predictor

sourceHugging Faceupdated 3y agoView on Hugging Face
1likes
sync_to_hf_spaces.yml20 linesDownload Raw Back to workflows
1name: Sync to Hugging Face hub2on:3  push:4    branches:5      - main6  workflow_dispatch:7 8jobs:9  sync-to-hub:10    runs-on: ubuntu-latest11    steps:12      - uses: actions/checkout@v313        with:14          fetch-depth: 015          lfs: true16      - name: Push to hub17        env:18          HF_TOKEN: ${{ secrets.HF_DOG_CAT_DEMO }}19        run: git push -f https://utility-ai:$HF_TOKEN@huggingface.co/spaces/utility-ai/cat_dog_predictor main20