However I'm stuck with an error
AssertionError: [!] There are duplicate characters in the character set. {')', '?', ',', ';', "'", '.', '!', ':', '-', '(', ' '}
The code is this one:
from TTS.api import TTS
tts = TTS(model_path="best_model.pth.tar", config_path="config.json", progress_bar=False, gpu=False)
tts.tts_to_file('Ciao, mi chiamo Alessio e vivo in campagna', file_path='output1.wav')
Hi, I've downloaded the model from https://huggingface.co/z-uo/vits-male-it/tree/main .
However I'm stuck with an error AssertionError: [!] There are duplicate characters in the character set. {')', '?', ',', ';', "'", '.', '!', ':', '-', '(', ' '}
The code is this one: