Error using model in HF Pipeline| Colab

#52
by priyamarwaha - opened

Hi,
The pipeline example doesn't work currently. Using the following code:

hindi_narrator = pipeline("text-to-speech", model="suno/bark")

returns an error:

TypeError: transformers.generation.utils.GenerationMixin.generate() got multiple values for keyword argument 'generation_config'

Please note - I ran this in Colab.

Thanks,
Priya

Sign up or log in to comment