You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "gradiodemo.py", line 13, in <module>
from data_utils import TextAudioLoader, TextAudioCollate, TextAudioSpeakerLoader, TextAudioSpeakerCollate
File "/root/vits/data_utils.py", line 9, in <module>
from mel_processing import spectrogram_torch
File "/root/vits/mel_processing.py", line 9, in <module>
import librosa
File "/usr/local/lib/python3.8/dist-packages/librosa/__init__.py", line 211, in <module>
from . import core
File "/usr/local/lib/python3.8/dist-packages/librosa/core/__init__.py", line 6, in <module>
from .audio import * # pylint: disable=wildcard-import
File "/usr/local/lib/python3.8/dist-packages/librosa/core/audio.py", line 8, in <module>
import soundfile as sf
File "/usr/local/lib/python3.8/dist-packages/soundfile.py", line 142, in <module>
raise OSError('sndfile library not found')
OSError: sndfile library not found
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: