Fix incorrect usage example for VoiceDesign model

#5

The README.md previously contained a copy-paste error from the CustomVoice model documentation.

It showed loading the CustomVoice model and using generate_custom_voice with a speaker parameter. I have updated the code snippet to correctly load the VoiceDesign model and use the generate_voice_design method with the instruct parameter, as this model does not support speaker selection.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment