diff --git a/docs/assets/setting.json b/docs/assets/setting.json index 18eba437..81b8b3a2 100755 --- a/docs/assets/setting.json +++ b/docs/assets/setting.json @@ -1,7 +1,7 @@ { "app_title": "voice-changer", "majar_mode": "docker", - "voice_changer_server_url": "http://localhost:8080/test", + "voice_changer_server_url": "./test", "sample_rate": 48000, "buffer_size": 1024, "prefix_chunk_size": 24, diff --git a/start2.sh b/start2.sh index 9fe8f745..5512d252 100644 --- a/start2.sh +++ b/start2.sh @@ -2,7 +2,7 @@ # 参考:https://programwiz.org/2022/03/22/how-to-write-shell-script-for-option-parsing/ -DOCKER_IMAGE=dannadori/voice-changer:20220831_151141 +DOCKER_IMAGE=dannadori/voice-changer:20220831_155857 TENSORBOARD_PORT=6006 VOICE_CHANGER_PORT=8080 diff --git a/template/setting.json b/template/setting.json index 18eba437..81b8b3a2 100644 --- a/template/setting.json +++ b/template/setting.json @@ -1,7 +1,7 @@ { "app_title": "voice-changer", "majar_mode": "docker", - "voice_changer_server_url": "http://localhost:8080/test", + "voice_changer_server_url": "./test", "sample_rate": 48000, "buffer_size": 1024, "prefix_chunk_size": 24, diff --git a/template/setting_colab.json b/template/setting_colab.json index 7da64b58..d647c39d 100644 --- a/template/setting_colab.json +++ b/template/setting_colab.json @@ -1,7 +1,7 @@ { "app_title": "voice-changer", "majar_mode": "colab", - "voice_changer_server_url": "http://localhost:8080/test", + "voice_changer_server_url": "./test", "sample_rate": 48000, "buffer_size": 1024, "prefix_chunk_size": 24, diff --git a/trainer/Dockerfile b/trainer/Dockerfile index b5f2e5d0..584d2532 100644 --- a/trainer/Dockerfile +++ b/trainer/Dockerfile @@ -1,4 +1,4 @@ -FROM dannadori/voice-changer-internal:20220831_150941 as front +FROM dannadori/voice-changer-internal:20220831_155703 as front FROM debian:bullseye-slim as base ARG DEBIAN_FRONTEND=noninteractive