mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Fix TTS imports in CheckSpectrograms.ipynb
This fixes: ``` ModuleNotFoundError: No module named 'tts' ``` It appears that the module name may have changed at some point.
This commit is contained in:
committed by
Guy Elsmore-Paddock
parent
3947750dd9
commit
51f81650a6
@@ -9,9 +9,9 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%matplotlib inline\n",
|
||||
"from tts.utils.audio import AudioProcessor\n",
|
||||
"from tts.tts.utils.visual import plot_spectrogram\n",
|
||||
"from tts.utils.io import load_config\n",
|
||||
"from TTS.utils.audio import AudioProcessor\n",
|
||||
"from TTS.tts.utils.visual import plot_spectrogram\n",
|
||||
"from TTS.utils.io import load_config\n",
|
||||
"import glob "
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user