runtime error
Exit code: 1. Reason: /app/app.py:114: SyntaxWarning: invalid escape sequence '\.' start, end = tuple(re.findall('[0-9]+:[0-9]+:[0-9]+\.[0-9]+', string=l)) /app/app.py:123: SyntaxWarning: invalid escape sequence '\.' start, end = tuple(re.findall('[0-9]+:[0-9]+:[0-9]+\.[0-9]+', string=l)) /app/app.py:214: SyntaxWarning: invalid escape sequence '\.' start, end = tuple(re.findall('[0-9]+:[0-9]+:[0-9]+\.[0-9]+', string=l)) /usr/local/lib/python3.13/site-packages/gradio/routes.py:23: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources Traceback (most recent call last): File "/app/app.py", line 14, in <module> pipeline = Pipeline.from_pretrained("pyannote/speaker-diarization", use_auth_token="hf_******") TypeError: Pipeline.from_pretrained() got an unexpected keyword argument 'use_auth_token'
Container logs:
Fetching error logs...