Add tags
This commit is contained in:
parent
c44df99d49
commit
0f79429b0d
|
@ -1416,7 +1416,7 @@ class VoiceCraft(nn.Module):
|
||||||
|
|
||||||
class VoiceCraftHF(VoiceCraft, PyTorchModelHubMixin,
|
class VoiceCraftHF(VoiceCraft, PyTorchModelHubMixin,
|
||||||
repo_url="https://github.com/jasonppy/VoiceCraft",
|
repo_url="https://github.com/jasonppy/VoiceCraft",
|
||||||
tags=["Text-to-Speech, VoiceCraft"]):
|
tags=["Text-to-Speech", "VoiceCraft"]):
|
||||||
def __init__(self, config: dict):
|
def __init__(self, config: dict):
|
||||||
args = Namespace(**config)
|
args = Namespace(**config)
|
||||||
super().__init__(args)
|
super().__init__(args)
|
Loading…
Reference in New Issue