Update models/voicecraft.py
Co-authored-by: Julien Chaumond <julien@huggingface.co>
This commit is contained in:
parent
77df5104b0
commit
943211d751
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue