Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python app.py时报错 #3

Open
xialixx opened this issue Jul 11, 2024 · 0 comments
Open

python app.py时报错 #3

xialixx opened this issue Jul 11, 2024 · 0 comments

Comments

@xialixx
Copy link

xialixx commented Jul 11, 2024

loading whisper model...
Traceback (most recent call last):
File "/root/autodl-tmp/v2vt/app.py", line 16, in
s2st = Speech2SpeechTranslation(voice_clone_model="xtts", use_m2m_as_translator=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/autodl-tmp/v2vt/s2st.py", line 23, in init
self.transcribe_model = WhisperModel(
^^^^^^^^^^^^^
File "/root/miniconda3/envs/v2vt/lib/python3.11/site-packages/faster_whisper/transcribe.py", line 139, in init
model_path = download_model(
^^^^^^^^^^^^^^^
File "/root/miniconda3/envs/v2vt/lib/python3.11/site-packages/faster_whisper/utils.py", line 78, in download_model
raise ValueError(
ValueError: Invalid model size 'fast-whisper', expected one of: tiny.en, tiny, base.en, base, small.en, small, medium.en, medium, large-v1, large-v2, large-v3, large, distil-large-v2, distil-medium.en, distil-small.en, distil-large-v3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant