Skip to content

Commit

Permalink
docs: add ref to Hugging Face.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavs10 committed Apr 30, 2024
1 parent 5eb6b27 commit 60b2846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Inference code for AudioSeal, a method for speech localized watermarking, with s
More details can be found in the [paper](https://arxiv.org/abs/2401.17264).

[[`arXiv`](https://arxiv.org/abs/2401.17264)]
[[`Colab notebook`](https://colab.research.google.com/github/facebookresearch/audioseal/blob/master/examples/colab.ipynb)]
[[`Colab notebook`](https://colab.research.google.com/github/facebookresearch/audioseal/blob/master/examples/colab.ipynb)][[🤗`Hugging Face`](https://huggingface.co/facebook/audioseal)]

![fig](https://github.com/facebookresearch/audioseal/assets/1453243/5d8cd96f-47b5-4c34-a3fa-7af386ed59f2)

Expand Down Expand Up @@ -40,7 +40,7 @@ pip install -e .

# :gear: Models

We provide the checkpoints for the following models:
You can find all the model checkpoints on the [Hugging Face Hub](https://huggingface.co/facebook/audioseal). We provide the checkpoints for the following models:

- [AudioSeal Generator](src/audioseal/cards/audioseal_wm_16bits.yaml).
It takes as input an audio signal (as a waveform), and outputs a watermark of the same size as the input, that can be added to the input to watermark it.
Expand Down

0 comments on commit 60b2846

Please sign in to comment.