Update models/voicecraft.py

Co-authored-by: Julien Chaumond <julien@huggingface.co>
This commit is contained in:
Lucain 2024-04-16 08:47:49 +02:00 committed by GitHub
parent 77df5104b0
commit 943211d751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1420,7 +1420,7 @@ class VoiceCraftHF(
VoiceCraft, VoiceCraft,
PyTorchModelHubMixin, PyTorchModelHubMixin,
repo_url="https://github.com/jasonppy/VoiceCraft", repo_url="https://github.com/jasonppy/VoiceCraft",
tags=["Text-to-Speech"], tags=["text-to-speech"],
library_name="voicecraft" library_name="voicecraft"
): ):
def __init__(self, config: dict): def __init__(self, config: dict):