This commit is contained in:
wataru 2022-08-31 19:45:50 +09:00
parent da52541c22
commit 15d63a49f5
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
"prefix_chunk_size": 24,
"chunk_size": 24,
"speaker_ids": [100, 107, 101, 102, 103],
"speaker_names": ["ずんだもん", "user", "そら", "めたん", "つぐみ"],
"speaker_names": ["ずんだもん", "user", "そら", "めたん", "つむぎ"],
"src_id": 107,
"dst_id": 100,
"vf_enable": true,

View File

@ -2,7 +2,7 @@
# 参考:https://programwiz.org/2022/03/22/how-to-write-shell-script-for-option-parsing/
DOCKER_IMAGE=dannadori/voice-changer:20220831_155857
DOCKER_IMAGE=dannadori/voice-changer:20220831_194409
TENSORBOARD_PORT=6006
VOICE_CHANGER_PORT=8080

View File

@ -7,7 +7,7 @@
"prefix_chunk_size": 24,
"chunk_size": 24,
"speaker_ids": [100, 107, 101, 102, 103],
"speaker_names": ["ずんだもん", "user", "そら", "めたん", "つぐみ"],
"speaker_names": ["ずんだもん", "user", "そら", "めたん", "つむぎ"],
"src_id": 107,
"dst_id": 100,
"vf_enable": true,

View File

@ -7,7 +7,7 @@
"prefix_chunk_size": 24,
"chunk_size": 24,
"speaker_ids": [100, 107, 101, 102, 103],
"speaker_names": ["ずんだもん", "user", "そら", "めたん", "つぐみ"],
"speaker_names": ["ずんだもん", "user", "そら", "めたん", "つむぎ"],
"src_id": 107,
"dst_id": 100,
"vf_enable": true,

View File

@ -1,4 +1,4 @@
FROM dannadori/voice-changer-internal:20220831_155703 as front
FROM dannadori/voice-changer-internal:20220831_194151 as front
FROM debian:bullseye-slim as base
ARG DEBIAN_FRONTEND=noninteractive