Spaces:
Sleeping
Sleeping
VenkateshRoshan commited on
Commit ·
639ab90
1
Parent(s): 5f42779
Files updated
Browse files
.github/workflows/sync_to_hf.yml
CHANGED
|
@@ -17,5 +17,4 @@ jobs:
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
-
run :
|
| 21 |
-
run: git push --force https://sdkrastev:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/abven/ImageCaptionGenerator main
|
|
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
+
run : git push --force https://sdkrastev:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/abven/ImageCaptionGenerator main
|
|
|