-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hyoung-Kyu Song
committed
Feb 19, 2024
1 parent
0da9ca2
commit 9294cb0
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,9 @@ jobs: | |
env: | ||
HF_TOKEN: ${{ secrets.HF_TOKEN }} | ||
run: git clone https://nota-ai:[email protected]/spaces/deepkyu/compressed-wav2lip-ex hf_demo | ||
# - name: Move asset files to other locations | ||
# run: | | ||
# mkdir -p hf_demo/config hf_demo/docs | ||
# cp config/augmentation/template/common.yaml hf_demo/config/augmentation_template_common.yaml | ||
# cp demo/docs/description_augmentation.md hf_demo/docs/description_augmentation.md | ||
# cp demo/gradio_augmentation.py hf_demo/app.py | ||
- name: Move asset files to other locations | ||
run: | | ||
cp -r ./* hf_demo/ | ||
- name: Push to hub | ||
env: | ||
HF_TOKEN: ${{ secrets.HF_TOKEN }} | ||
|