tts-core-&-speaker #36

Merged
alex_orid merged 5 commits from tts-core-&-speaker into v2.0 2021-04-29 15:39:23 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2ba271c4a3 - Show all commits

View File

@ -8,4 +8,4 @@ RUN pip3 install -r requirements_sa_command.txt
COPY . .
CMD [ "python3", "standalone_tts_core.py"]
CMD [ "python3", "standalone_command.py"]

View File

@ -8,4 +8,4 @@ RUN pip3 install -r requirements_sa_command.txt
COPY . .
CMD [ "python3", "standalone_command.py"]
CMD [ "python3", "standalone_tts_core.py"]