mirror of
https://github.com/jasonppy/VoiceCraft.git
synced 2025-02-17 12:10:44 +01:00
Add tags
This commit is contained in:
parent
8ec653db9d
commit
c44df99d49
@ -1414,7 +1414,9 @@ class VoiceCraft(nn.Module):
|
|||||||
return res, flatten_gen[0].unsqueeze(0)
|
return res, flatten_gen[0].unsqueeze(0)
|
||||||
|
|
||||||
|
|
||||||
class VoiceCraftHF(VoiceCraft, PyTorchModelHubMixin):
|
class VoiceCraftHF(VoiceCraft, PyTorchModelHubMixin,
|
||||||
|
repo_url="https://github.com/jasonppy/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…
x
Reference in New Issue
Block a user