Youtube-Whisper-Streamlit icon indicating copy to clipboard operation
Youtube-Whisper-Streamlit copied to clipboard

It seems to have stopped working.

Open swankwc opened this issue 1 year ago • 1 comments

I tried to run this as normal but kept getting the following error.

FileNotFoundError: [Errno 2] No such file or directory: 'File "/Users/wesley/Documents/Youtube-Whisper-Streamlit/app.py", line 52, in filename = glob.glob("output/*")[0]' Traceback: File "/opt/homebrew/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 562, in _run_script exec(code, module.dict) File "/Users/wesley/Documents/Youtube-Whisper-Streamlit/app.py", line 48, in st.video(url.strip()) File "/opt/homebrew/lib/python3.10/site-packages/streamlit/runtime/metrics_util.py", line 231, in wrap result = callable(*args, **kwargs) File "/opt/homebrew/lib/python3.10/site-packages/streamlit/elements/media.py", line 125, in video marshall_video(coordinates, video_proto, data, format, start_time) File "/opt/homebrew/lib/python3.10/site-packages/streamlit/elements/media.py", line 257, in marshall_video _marshall_av_media(coordinates, proto, data, mimetype) File "/opt/homebrew/lib/python3.10/site-packages/streamlit/elements/media.py", line 187, in _marshall_av_media with open(data, "rb") as fh:

swankwc avatar Jan 05 '23 19:01 swankwc