fix: remove shuffle param (not in hyperview 0.1.1), restore strict pr… #5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deploy HF Space - Imagenette CLIP HyCoCLIP | |
| on: | |
| push: | |
| branches: [main] | |
| paths: | |
| - spaces/imagenette-clip-hycoclip/** | |
| - .github/workflows/deploy-hf-space-imagenette.yml | |
| - .github/workflows/deploy-hf-space-reusable.yml | |
| workflow_dispatch: | |
| concurrency: | |
| group: deploy-hf-space-imagenette | |
| cancel-in-progress: false | |
| jobs: | |
| deploy: | |
| uses: ./.github/workflows/deploy-hf-space-reusable.yml | |
| with: | |
| source_dir: spaces/imagenette-clip-hycoclip | |
| space_id: hyper3labs/HyperView | |
| secrets: inherit |