mirror of
https://github.com/wassname/TTS.git
synced 2026-09-11 12:00:24 +08:00
update server test
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import io
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
|
||||
@@ -101,7 +100,6 @@ class Synthesizer(object):
|
||||
def load_pwgan(self, lib_path, model_file, model_config, use_cuda):
|
||||
sys.path.append(lib_path) # set this if TTS is not installed globally
|
||||
from parallel_wavegan.models import ParallelWaveGANGenerator
|
||||
from parallel_wavegan.utils.audio import AudioProcessor as AudioProcessorVocoder
|
||||
print(" > Loading PWGAN model ...")
|
||||
print(" | > model config: ", model_config)
|
||||
print(" | > model file: ", model_file)
|
||||
|
||||
Reference in New Issue
Block a user