8 lines
160 B
Python
8 lines
160 B
Python
from voice_changer.RVC.ModelSlot import ModelSlot
|
|
|
|
|
|
class PipelineGenerator:
|
|
@classmethod
|
|
def generatePipeline(cls, modelSlot: ModelSlot):
|
|
pass
|