You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from transformers import AutoProcessor, BarkModel
processor = AutoProcessor.from_pretrained("/home/powerop/work/rwq/myoperate/text2audio")
model = BarkModel.from_pretrained("/home/powerop/work/rwq/myoperate/text2audio")
voice_preset = "/home/powerop/work/rwq/myoperate/text2audio/speaker_embeddings/v2/en_speaker_6"
inputs = processor("Hello, my dog is cute", voice_preset=voice_preset)
I got the error as this :
FileNotFoundError: [Errno 2] No such file or directory: '/home/powerop/work/rwq/myoperate/text2audio/speaker_embeddings/v2/en_speaker_6.npz'
can't find the 'npz' file, how to solve this? thanks
The text was updated successfully, but these errors were encountered:
i use the example as the code:
I got the error as this :
can't find the 'npz' file, how to solve this? thanks
The text was updated successfully, but these errors were encountered: