Fix incorrect usage example for VoiceDesign model
#5
by Daler0001 - opened
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.