diff --git a/demo/MMVCServerSIO.py b/demo/MMVCServerSIO.py index bc4a3093..40815b63 100755 --- a/demo/MMVCServerSIO.py +++ b/demo/MMVCServerSIO.py @@ -402,7 +402,6 @@ if __name__ == thisFilename or args.colab == True: @app_fastapi.get("/get_ex_application_info") async def get_ex_application_info(): - print(">>>>>>>>>>>>>>",exApplitionInfo) json_compatible_item_data = jsonable_encoder(exApplitionInfo) return JSONResponse(content=json_compatible_item_data) diff --git a/docker/Dockerfile b/docker/Dockerfile index adbd7046..c719aea7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM dannadori/voice-changer-internal:20221112_114121 as front +FROM dannadori/voice-changer-internal:20221112_115723 as front FROM debian:bullseye-slim as base ARG DEBIAN_FRONTEND=noninteractive diff --git a/start2.sh b/start2.sh index 19ee013c..591543f1 100644 --- a/start2.sh +++ b/start2.sh @@ -1,7 +1,7 @@ #!/bin/bash set -eu -DOCKER_IMAGE=dannadori/voice-changer:20221112_114316 +DOCKER_IMAGE=dannadori/voice-changer:20221112_115832 # DOCKER_IMAGE=voice-changer if [ $# = 0 ]; then