fixed single speaker error

This commit is contained in:
Plachta
2023-03-02 14:42:25 +08:00
parent 13350512c7
commit 6addfeb97f
2 changed files with 132 additions and 162 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import argparse
import commons
from mel_processing import spectrogram_torch
import utils
from models_infer import SynthesizerTrn
from models import SynthesizerTrn
import gradio as gr
import librosa
import webbrowser