xtts-webui
xtts-webui copied to clipboard
Resemble enhancement tabulate issue fix
The Resemble enhancement initially caused an error for me as tabulate==0.9.00 was required, whereas tabulate==0.8.10 was specified in the requirements.txt
This change within requirements.txt followed by another run of install.bat solved the issue :
tabulate==0.8.10 → tabulate==0.9.00