From 04b6ad4fe12149e334faaa5ec6ca9f56ebd73c80 Mon Sep 17 00:00:00 2001 From: Jordan Herzstein Date: Thu, 5 Dec 2024 18:12:28 -0500 Subject: [PATCH] test huggingface sync --- .github/workflows/hugging-face-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugging-face-sync.yml b/.github/workflows/hugging-face-sync.yml index 15b38e4..605fd6e 100644 --- a/.github/workflows/hugging-face-sync.yml +++ b/.github/workflows/hugging-face-sync.yml @@ -17,4 +17,4 @@ jobs: - name: Push to hub env: HF_TOKEN: ${{ secrets.HF_TOKEN }} - run: git push https://jherzstein:$HF_TOKEN@huggingface.co/spaces/jherzstein/HAM10000-Skin-Cancer-Classification/ main + run: git push https://jherzstein:$HF_TOKEN@huggingface.co/jherzstein/HAM10000-Skin-Cancer-Classification/ main