Skip to content

Commit

Permalink
chore: fix path names to reflect the hub filenames.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavs10 committed Apr 30, 2024
1 parent 5b1adf8 commit 8b03d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/audioseal/cards/audioseal_detector_16bits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: audioseal_detector_16bits
model_type: seanet
checkpoint: "https://huggingface.co/facebook/audioseal/resolve/main/detector_base_16bits.pth"
checkpoint: "https://huggingface.co/facebook/audioseal/resolve/main/detector_base.pth"
nbits: 16
seanet:
activation: ELU
Expand Down
2 changes: 1 addition & 1 deletion src/audioseal/cards/audioseal_wm_16bits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

name: audioseal_wm_16bits
model_type: seanet
checkpoint: "https://huggingface.co/facebook/audioseal/resolve/main/generator_base_16bits.pth"
checkpoint: "https://huggingface.co/facebook/audioseal/resolve/main/generator_base.pth"
nbits: 16
seanet:
activation: ELU
Expand Down

0 comments on commit 8b03d00

Please sign in to comment.