runtime error
Exit code: 1. Reason: ", line 361, in __init__ self._handle = self._load_library(name, mode, handle, winmode) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/ctypes/__init__.py", line 401, in _load_library return _dlopen(name, mode) OSError: libnppicc.so.13: cannot open shared object file: No such file or directory The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/torchcodec/_internally_replaced_utils.py", line 93, in load_torchcodec_shared_libraries torch.ops.load_library(core_library_path) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/_ops.py", line 1505, in load_library raise OSError(f"Could not load this library: {path}") from e OSError: Could not load this library: /usr/local/lib/python3.13/site-packages/torchcodec/libtorchcodec_core4.so [end of libtorchcodec loading traceback]. warnings.warn( Loading diarization model... ā Diarization model failed: Pipeline.from_pretrained() got an unexpected keyword argument 'use_auth_token' Loading overlap detection model... ā Overlap detection failed: Pipeline.from_pretrained() got an unexpected keyword argument 'use_auth_token' Traceback (most recent call last): File "/app/app.py", line 275, in <module> demo = gr.Interface( fn=full_analysis, ...<12 lines>... allow_flagging="never" ) File "/usr/local/lib/python3.13/site-packages/gradio/interface.py", line 171, in __init__ super().__init__( ~~~~~~~~~~~~~~~~^ analytics_enabled=analytics_enabled, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... **kwargs, ^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 1112, in __init__ super().__init__(render=False, **kwargs) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BlockContext.__init__() got an unexpected keyword argument 'allow_flagging'
Container logs:
Fetching error logs...