MCPcopy Create free account
hub / github.com/MeiGen-AI/MultiTalk / Output

Class Output

kokoro/model.py:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85 @dataclass
86 class Output:
87 audio: torch.FloatTensor
88 pred_dur: Optional[torch.LongTensor] = None
89
90 @torch.no_grad()
91 def forward_with_tokens(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected