deepthi6's picture
Update app.sh
583fb5e verified
raw
history blame contribute delete
117 Bytes
#!/bin/bash
python -m spacy download en_core_web_sm
streamlit run app.py --server.port 7860 --server.address 0.0.0.0