runtime error

g pytorch_model.bin: 94%|█████████▍| 252M/268M [00:09<00:00, 16.8MB/s] Downloading pytorch_model.bin: 98%|█████████▊| 262M/268M [00:09<00:00, 19.2MB/s] Downloading pytorch_model.bin: 100%|██████████| 268M/268M [00:09<00:00, 20.0MB/s] Downloading pytorch_model.bin: 100%|██████████| 268M/268M [00:09<00:00, 27.2MB/s] 2023-10-27 12:42:47.855 Warning: to view this Streamlit app on a browser, run it with the following command: streamlit run app.py [ARGUMENTS] Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/streamlit/elements/image.py", line 379, in image_to_url with open(image, "rb") as f: FileNotFoundError: [Errno 2] No such file or directory: 'Assets/sent_emoji.jpg' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 40, in <module> st.image("Assets/sent_emoji.jpg", caption="Sentiments examples", use_column_width=True) File "/home/user/.local/lib/python3.10/site-packages/streamlit/runtime/metrics_util.py", line 396, in wrapped_func result = non_optional_func(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/streamlit/elements/image.py", line 169, in image marshall_images( File "/home/user/.local/lib/python3.10/site-packages/streamlit/elements/image.py", line 538, in marshall_images proto_img.url = image_to_url( File "/home/user/.local/lib/python3.10/site-packages/streamlit/elements/image.py", line 389, in image_to_url url = runtime.get_instance().media_file_mgr.add(image, mimetype, image_id) File "/home/user/.local/lib/python3.10/site-packages/streamlit/runtime/__init__.py", line 26, in get_instance return Runtime.instance() File "/home/user/.local/lib/python3.10/site-packages/streamlit/runtime/runtime.py", line 149, in instance raise RuntimeError("Runtime hasn't been created!") RuntimeError: Runtime hasn't been created!

Container logs:

Fetching error logs...