Closed seranus closed 1 year ago
I tried using the colab, it works but there is an error in the paths.
After installing the dependencies, code assumes it's in the the repository folder.
add a line to enter the folder %cd TTS-Cube before !git submodule update --init --recursive
%cd TTS-Cube
!git submodule update --init --recursive
or change the paths to include it
I tried using the colab, it works but there is an error in the paths.
After installing the dependencies, code assumes it's in the the repository folder.
add a line to enter the folder
%cd TTS-Cube
before!git submodule update --init --recursive
or change the paths to include it