update server test

This commit is contained in:
root
2020-02-04 17:31:02 +01:00
parent 61bdb26554
commit 2a6bce31cb
2 changed files with 3 additions and 3 deletions
-2
View File
@@ -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)