From 90b3ba2e409e639534b29b6d543c602f67d5fa2f Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Wed, 20 Nov 2024 02:42:19 +0000 Subject: [PATCH] fix bug --- sbv2_core/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbv2_core/src/main.rs b/sbv2_core/src/main.rs index 60ced0c..61e83b9 100644 --- a/sbv2_core/src/main.rs +++ b/sbv2_core/src/main.rs @@ -21,7 +21,7 @@ fn main_inner() -> anyhow::Result<()> { } #[cfg(feature = "aivmx")] { - tts_holder.load_aivmx(ident, fs::read(env::var("AIVMX_PATH")?)?)?; + tts_holder.load_aivmx(ident, fs::read(env::var("MODEL_PATH")?)?)?; } let audio =