|
|
@@ -25,6 +25,10 @@
|
|
|
#
|
|
|
# *****************************************************************************
|
|
|
|
|
|
+import sys
|
|
|
+from os.path import abspath, dirname
|
|
|
+# enabling modules discovery from global entrypoint
|
|
|
+sys.path.append(abspath(dirname(__file__)+'/'))
|
|
|
from tacotron2.model import Tacotron2
|
|
|
from waveglow.model import WaveGlow
|
|
|
import torch
|