Error with automatic

#1
by lylylyAI - opened

FileNotFoundError: [Errno 2] No such file or directory: 'speech_activity_detection_model.pkl'
Traceback:
File "/home/user/.local/lib/python3.8/site-packages/streamlit/scriptrunner/script_runner.py", line 554, in _run_script
exec(code, module.dict)
File "/home/user/app/app.py", line 71, in
sad = speech_activity_detection_model()
File "/home/user/.local/lib/python3.8/site-packages/streamlit/legacy_caching/caching.py", line 573, in wrapped_func
return get_or_create_cached_value()
File "/home/user/.local/lib/python3.8/site-packages/streamlit/legacy_caching/caching.py", line 557, in get_or_create_cached_value
return_value = func(*args, **kwargs)
File "/home/user/app/app.py", line 16, in speech_activity_detection_model
with open('speech_activity_detection_model.pkl', 'rb') as f:

Sign up or log in to comment