mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-26 06:55:02 +03:00
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
|