Hello,
when I use this model: https://huggingface.co/sail-rvc/Freddie_Mercury__RVC_-700_Epochs it always comes to this error-message: audio-to-audio is not a valid pipeline.
How can I fix this?
Hello,
when I use this model: https://huggingface.co/sail-rvc/Freddie_Mercury__RVC_-700_Epochs it always comes to this error-message: audio-to-audio is not a valid pipeline.
How can I fix this?
Hi,
It looks like this model is not a native Transformers model, but rather a custom one uploaded using the PyTorchModelHubMixin
class: Mixins & serialization methods.
Hence it’s not compatible with the pipeline or inference widgets.
Ok that’s a pity.
Thanks for the information!