Skip to content

Commit 0dbe7bc

Browse files
committed
Update README & solve all error
1 parent 2b60f35 commit 0dbe7bc

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/deepfilternet.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install deepfilternet==0.4.0
2626
27-
- name: Check Installed Packages
28-
run: pip list
27+
- name: Check if test.wav exists
28+
run: ls -R data || echo "data/test.wav not found"
29+
30+
- name: Create Output Directory
31+
run: mkdir -p output
2932

3033
- name: Run DeepFilterNet Demo
31-
run: python -m deepfilternet.demo --no_plot --input data/test.wav --output output.wav
34+
run: python -m deepfilternet.demo --no_plot --input data/test.wav --output output/output.wav

0 commit comments

Comments
 (0)