xtts-webui
xtts-webui copied to clipboard
can't run the webui
Installation went without error but when I try to run the webui:
Traceback (most recent call last):
File "C:\Users\Paul\Documents\Coding\xtts\xtts-webui\app.py", line 67, in
there is an issue with transformers at the moment:
https://github.com/huggingface/transformers/issues/28649
the solution I have found is NOT to install 4.37.0
pip install transformers==4.36.2