loadModel method
Check Out: https://www.youtube.com/@GENERAL_DEV
Implementation
@override
bool loadModel({
required String modelPath,
required String modelVocoderPath,
}) {
throw UnimplementedError();
}
Check Out: https://www.youtube.com/@GENERAL_DEV
@override
bool loadModel({
required String modelPath,
required String modelVocoderPath,
}) {
throw UnimplementedError();
}