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
Hey I have some problems and hope someone can help me. I have absolutely no idea what I need to do. TY
C:\Users\Florian\Desktop\dd\StyleTTS-WebUI>call venv\Scripts\activate
C:\Users\Florian\Desktop\dd\StyleTTS-WebUI\venv\Lib\site-packages\pyannote\audio\core\io.py:43: UserWarning: torchaudio._backend.set_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call.
torchaudio.set_audio_backend("soundfile")
C:\Users\Florian\Desktop\dd\StyleTTS-WebUI\venv\Lib\site-packages\pyannote\audio\pipelines\speaker_verification.py:43: UserWarning: torchaudio._backend.get_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call.
backend = torchaudio.get_audio_backend()
C:\Users\Florian\Desktop\dd\StyleTTS-WebUI\venv\Lib\site-packages\pyannote\audio\pipelines\speaker_verification.py:53: UserWarning: torchaudio._backend.set_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call.
torchaudio.set_audio_backend(backend)
C:\Users\Florian\Desktop\dd\StyleTTS-WebUI\venv\Lib\site-packages\pyannote\audio\tasks\segmentation\mixins.py:37: UserWarning: torchaudio.backend.common.AudioMetaData has been moved to torchaudio.AudioMetaData. Please update the import path.
from torchaudio.backend.common import AudioMetaData
C:\Users\Florian\Desktop\dd\StyleTTS-WebUI\venv\Lib\site-packages\gradio\components\dropdown.py:187: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
warnings.warn(
C:\Users\Florian\Desktop\dd\StyleTTS-WebUI\venv\Lib\site-packages\gradio\analytics.py:106: UserWarning: IMPORTANT: You are using gradio version 4.38.1, however version 5.0.1 is available, please upgrade.
The text was updated successfully, but these errors were encountered:
Hey I have some problems and hope someone can help me. I have absolutely no idea what I need to do. TY
C:\Users\Florian\Desktop\dd\StyleTTS-WebUI>call venv\Scripts\activate
C:\Users\Florian\Desktop\dd\StyleTTS-WebUI\venv\Lib\site-packages\pyannote\audio\core\io.py:43: UserWarning: torchaudio._backend.set_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call.
torchaudio.set_audio_backend("soundfile")
C:\Users\Florian\Desktop\dd\StyleTTS-WebUI\venv\Lib\site-packages\pyannote\audio\pipelines\speaker_verification.py:43: UserWarning: torchaudio._backend.get_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call.
backend = torchaudio.get_audio_backend()
C:\Users\Florian\Desktop\dd\StyleTTS-WebUI\venv\Lib\site-packages\pyannote\audio\pipelines\speaker_verification.py:53: UserWarning: torchaudio._backend.set_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call.
torchaudio.set_audio_backend(backend)
C:\Users\Florian\Desktop\dd\StyleTTS-WebUI\venv\Lib\site-packages\pyannote\audio\tasks\segmentation\mixins.py:37: UserWarning:
torchaudio.backend.common.AudioMetaData
has been moved totorchaudio.AudioMetaData
. Please update the import path.from torchaudio.backend.common import AudioMetaData
C:\Users\Florian\Desktop\dd\StyleTTS-WebUI\venv\Lib\site-packages\gradio\components\dropdown.py:187: UserWarning: The value passed into gr.Dropdown() is not in the list of choices. Please update the list of choices to include: or set allow_custom_value=True.
warnings.warn(
C:\Users\Florian\Desktop\dd\StyleTTS-WebUI\venv\Lib\site-packages\gradio\analytics.py:106: UserWarning: IMPORTANT: You are using gradio version 4.38.1, however version 5.0.1 is available, please upgrade.
The text was updated successfully, but these errors were encountered: