1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-06 01:30:24 +08:00

optimize: rename root pys

This commit is contained in:
源文雨
2024-06-07 00:50:51 +09:00
parent 3f85a24e1b
commit f37889137b
16 changed files with 19 additions and 19 deletions

View File

@@ -43,4 +43,4 @@ RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co
VOLUME [ "/app/weights", "/app/opt" ]
CMD ["python3", "infer-web.py"]
CMD ["python3", "web.py"]