I am running my first app to streamlit and after resolving errors of imports and other major I got a screen where there is just screen to proceed to the docs and forms, and the error of killed 195 something which is stuck in the appβ¦
locally it is running
[09:09:19] π Python dependencies were installed from /mount/src/stream_app/requirements.txt using uv.
Check if streamlit is installed
Streamlit is already installed
[09:09:20] π¦ Processed dependencies!
[09:21:33] π Pulling code changes from Github...
[09:21:34] π¦ Processing dependencies...
[09:21:34] π¦ Processed dependencies!
[09:21:35] π Updated app!
Fetching 5 files: 0%| | 0/5 [00:00<?, ?it/s][2024-06-04 09:21:36.180480]
special_tokens_map.json: 100%|ββββββββββ| 695/695 [00:00<00:00, 2.44MB/s]4-06-04 09:21:36.180871]
tokenizer.json: 0%| | 0.00/711k [00:00<?, ?B/s][2024-06-04 09:21:36.317027]
tokenizer_config.json: 100%|ββββββββββ| 1.24k/1.24k [00:00<00:00, 6.59MB/s]24-06-04 09:21:36.317422]
model_optimized.onnx: 0%| | 0.00/66.5M [00:00<?, ?B/s][2024-06-04 09:21:36.423903]
config.json: 100%|ββββββββββ| 706/706 [00:00<00:00, 3.24MB/s][2024-06-04 09:21:36.424809] ]
Fetching 5 files: 20%|ββ | 1/5 [00:00<00:02, 1.97it/s][2024-06-04 09:21:36.429379]
tokenizer.json: 100%|ββββββββββ| 711k/711k [00:00<00:00, 2.93MB/s][2024-06-04 09:21:36.431145]
model_optimized.onnx: 32%|ββββ | 21.0M/66.5M [00:00<00:00, 163MB/s][2024-06-04 09:21:36.607801]
model_optimized.onnx: 100%|ββββββββββ| 66.5M/66.5M [00:00<00:00, 214MB/s][2024-06-04 09:21:36.680088]
Fetching 5 files: 100%|ββββββββββ| 5/5 [00:00<00:00, 6.55it/s][2024-06-04 09:21:36.681204]
[nltk_data] Downloading package punkt to /home/appuser/nltk_data...
[nltk_data] Unzipping tokenizers/punkt.zip.
[nltk_data] Downloading package averaged_perceptron_tagger to
[nltk_data] /home/appuser/nltk_data...
[nltk_data] Unzipping taggers/averaged_perceptron_tagger.zip.
Fetching 5 files: 100%|ββββββββββ| 5/5 [00:00<00:00, 37991.88it/s] 09:21:43.203529]
Fetching 5 files: 100%|ββββββββββ| 5/5 [00:00<00:00, 242.77it/s][2024-06-04 09:21:43.538030]
/app/scripts/run-streamlit.sh: line 9: 210 Killed sudo -E -u appuser /home/adminuser/venv/bin/streamlit "$@"
you can see my github profile to check the errors in my repo:
link: https://github.com/yasir23/stream_app/