Rajeev-86 commited on
Commit
86d732f
·
1 Parent(s): 5c0f2c9

fixed the workflow file

Browse files
Files changed (1) hide show
  1. .github/workflows/sync_to_hf.yml +2 -2
.github/workflows/sync_to_hf.yml CHANGED
@@ -17,8 +17,8 @@ jobs:
17
  - name: Push to Hugging Face Space
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- HF_USERNAME: your_huggingface_username
21
- SPACE_NAME: your_space_name
22
  run: |
23
  # The $HF_TOKEN is used as the password for authentication
24
  git push -f https://${{ env.HF_USERNAME }}:${{ env.HF_TOKEN }}@huggingface.co/spaces/${{ env.HF_USERNAME }}/${{ env.SPACE_NAME }} main
 
17
  - name: Push to Hugging Face Space
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ HF_USERNAME: Rexy-3d
21
+ SPACE_NAME: Denoiser-Server
22
  run: |
23
  # The $HF_TOKEN is used as the password for authentication
24
  git push -f https://${{ env.HF_USERNAME }}:${{ env.HF_TOKEN }}@huggingface.co/spaces/${{ env.HF_USERNAME }}/${{ env.SPACE_NAME }} main