MCPcopy Create free account
hub / github.com/OpenMOSS/MOSS-TTS-Nano / DemoEntry

Class DemoEntry

app.py:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44@dataclass(frozen=True)
45class DemoEntry:
46 demo_id: str
47 name: str
48 prompt_audio_path: Path
49 prompt_audio_relative_path: str
50 text: str
51
52
53def _load_demo_entries() -> list[DemoEntry]:

Callers 1

_load_demo_entriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected