Hugging Face's logo
q528078744
/
Runtime error

runtime error

Exit code: 1. Reason: /app/server.py:91: DeprecationWarning: Nesting argument groups is deprecated. local_sd = sd_group.add_argument_group("sd-local") /app/server.py:95: DeprecationWarning: Nesting argument groups is deprecated. remote_sd = sd_group.add_argument_group("sd-remote") Using torch device: cpu Initializing an image captioning model... /usr/local/lib/python3.11/site-packages/huggingface_hub/file_download.py:1150: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( Initializing a text summarization model... Initializing a sentiment classification pipeline... Initializing Silero TTS server /usr/local/lib/python3.11/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning) 2024-09-17 05:53:28.687 | INFO | silero_api_server.tts:__init__:33 - TTS Service loaded successfully 2024-09-17 05:53:28.687 | INFO | silero_api_server.tts:list_languages:149 - Loading remote language index Traceback (most recent call last): File "/app/server.py", line 248, in <module> tts_service = tts.SileroTtsService(SILERO_SAMPLES_PATH) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/silero_api_server/tts.py", line 42, in __init__ self.load_model(lang) File "/usr/local/lib/python3.11/site-packages/silero_api_server/tts.py", line 52, in load_model raise Exception(f"{lang_model} not in {list(self.langs.values())}") Exception: v3_en.pt not in []

Container logs:

Fetching error logs...