I am passing values to the TTS class
!tts --text "Hey Buddy How are you" \
--model_path 'some path' \
--config_path 'config path' \
--out_path out.wav
How do I pass variables to the model_path and config_path. I tried with $ but doesn't work. I want to pass some elements of a list in these lines.