Skip to content

Commit bff534d

Browse files
committed
Support link for demucs
1 parent 3c3aefa commit bff534d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It combines this project, https://github.com/Softcatala/subdub-editor (an editor
1414

1515
# Features
1616

17-
* Build on top of open source models and able to run it locally
17+
* Built on top of open source models and able to run it locally
1818
* Dubs automatically a video from a source to a target language
1919
* Supports multiple Text To Speech (TTS): Coqui, MMS, Edge, OpenAI TTS
2020
* Allows to use any non-supported one by configuring an API or CLI
@@ -71,7 +71,7 @@ If you want to install also Coqui-tts, do:
7171
pip install open_dubbing[coqui]
7272
```
7373

74-
If you want to install also OpenIA support, do:
74+
If you want to install also OpenAI support, do:
7575

7676
```shell
7777
pip install open_dubbing[openai]
@@ -182,7 +182,7 @@ For more detailed documentation on how the tool works and how to use it, see our
182182
# Appreciation
183183

184184
Core libraries used:
185-
* [demucs](https://github.com/facebookresearch/demucs) to separate vocals from the audio
185+
* [demucs](https://github.com/adefossez/demucs) to separate vocals from the audio
186186
* [pyannote-audio](https://github.com/pyannote/pyannote-audio) to diarize speakers
187187
* [faster-whisper](https://github.com/SYSTRAN/faster-whisper) for audio to speech
188188
* [NLLB-200](https://github.com/facebookresearch/fairseq/tree/nllb) for machine translation

0 commit comments

Comments
 (0)