fixes #257
This commit is contained in:
parent
e7b05b0138
commit
19e9d76610
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ dependencies = [
|
|||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
sentence = ["mosestokenizer", "wtpsplit"]
|
||||
translation = ["transformers", "huggingface_hub"]
|
||||
sentence_tokenizer = ["mosestokenizer", "wtpsplit"]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/QuentinFuxa/WhisperLiveKit"
|
||||
|
|
|
|||
Loading…
Reference in a new issue