mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-02 16:23:58 +03:00
upda
This commit is contained in:
parent
be95a1cd50
commit
d4eca778ae
@ -33,7 +33,7 @@ app.add_middleware(
|
|||||||
|
|
||||||
if MODE == "colab":
|
if MODE == "colab":
|
||||||
print("ENV: colab")
|
print("ENV: colab")
|
||||||
app.mount("/front", StaticFiles(directory="voice-changer/frontend/dist", html=True), name="static")
|
app.mount("/front", StaticFiles(directory="../frontend/dist", html=True), name="static")
|
||||||
|
|
||||||
hubert_model = torch.hub.load("bshall/hubert:main", "hubert_soft").cuda()
|
hubert_model = torch.hub.load("bshall/hubert:main", "hubert_soft").cuda()
|
||||||
acoustic_model = torch.hub.load("bshall/acoustic-model:main", "hubert_soft").cuda()
|
acoustic_model = torch.hub.load("bshall/acoustic-model:main", "hubert_soft").cuda()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM dannadori/voice-changer-internal:20220919_043748 as front
|
FROM dannadori/voice-changer-internal:20220919_045352 as front
|
||||||
FROM debian:bullseye-slim as base
|
FROM debian:bullseye-slim as base
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
Loading…
Reference in New Issue
Block a user