clement-pages
commited on
Commit
·
dee1de4
1
Parent(s):
b299b60
update workflow with new space name
Browse files
.github/workflows/sync_to_hub.yml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push https://clement-pages:${HF_TOKEN}@huggingface.co/spaces/clement-pages/separation-pipeline
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push https://clement-pages:${HF_TOKEN}@huggingface.co/spaces/clement-pages/pyannote-speech-separation-pipeline main --force
|