voice-changer/server/voice_changer/DDSP_SVC/ModelSlot.py

9 lines
142 B
Python
Raw Normal View History

2023-05-07 23:51:24 +03:00
from dataclasses import dataclass
@dataclass
class ModelSlot:
2023-05-08 12:02:15 +03:00
modelFile: str = ""
diffusionFile: str = ""
2023-05-07 23:51:24 +03:00
defaultTrans: int = 0