K Sudhakar Reddy commited on
Commit
6a8d81c
·
unverified ·
1 Parent(s): 4acf330

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +5 -1
.github/workflows/main.yml CHANGED
@@ -27,5 +27,9 @@ jobs:
27
  - name: Push to hub
28
  env:
29
  HF: ${{ secrets.HF }}
30
- run: git push --force https://sudhakar272:$HF@huggingface.co/spaces/sudhakar272/CatDogDemo main
 
 
 
 
31
 
 
27
  - name: Push to hub
28
  env:
29
  HF: ${{ secrets.HF }}
30
+
31
+ run: |
32
+
33
+ git lfs migrate import --everything --include "model.pt"
34
+ git push --force https://sudhakar272:$HF@huggingface.co/spaces/sudhakar272/CatDogDemo main
35