Fix mid_result assignment

This commit is contained in:
litagin02
2024-06-22 15:18:57 +09:00
parent 189998145d
commit 402346e493
2 changed files with 2 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ def change_null_model_row(
mid_result = {}
mid_result["name"] = null_model_name
mid_result["path"] = null_model_path
mid_result["weight"] = null_tempo_weights
mid_result["weight"] = null_voice_weights
mid_result["pitch"] = null_voice_pitch_weights
mid_result["style"] = null_speech_style_weights
mid_result["tempo"] = null_tempo_weights