Deployment with the md file

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/


Hi @Yasir . Just remove ./ in the following image. No need of giving that.

it worked then!!
Thankyou for your help but there is another problem I am facing that it is running sometimes but sometimes it stops and give different error like uh oh sorry contact us.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.