Merge pull request #447 from thllwg/patch

Fixed Import
This commit is contained in:
Eren Gölge 2020-07-07 18:58:30 +02:00 committed by GitHub
commit ae74f8731a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
"%matplotlib inline\n",
"from TTS.utils.audio import AudioProcessor\n",
"from TTS.utils.visual import plot_spectrogram\n",
"from TTS.utils.generic_utils import load_config\n",
"from TTS.utils.io import load_config\n",
"import glob \n",
"import IPython.display as ipd"
]
@ -259,4 +259,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}