Skip to content

Commit

Permalink
readme type
Browse files Browse the repository at this point in the history
  • Loading branch information
veralvx committed Feb 19, 2025
1 parent 006e2ef commit fe5a47b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/hf-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Sync to Hugging Face hub
on:
push:
branches: [main]
# to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://${{ github.repository_owner }}:$HF_TOKEN@huggingface.co/spaces/${{ github.repository_owner }}/${{ github.event.repository.name }} main
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ A live demo is running on [HuggingFace](https://huggingface.co/spaces/lvxvvv/aud
### System Packages

- `ffmpeg`
- `sox`
- `mp3gain`
- `python3`
- `python3-pip`
Expand Down Expand Up @@ -93,7 +94,7 @@ podman run -it -p 7860:7860 audiotame:gradio

#### Using Alias

Yu can you use an alias in your `~/.bashrc`. Copy and Paste it:
u can you use an alias in your `~/.bashrc`:

```
alias audiotame='podman run --rm --volume "$(pwd)":/tmp audiotame:cli'
Expand Down

0 comments on commit fe5a47b

Please # to comment.