source activate stable_diffusion
conda install -c conda-forge streamlit
pip install openai
conda install -c conda-forge openai
streamlit run streamlit.py --server.port 30009
Get started - Streamlit Docs
서버에서 포트지정 후 streamlit 여는 방법
포트 80에서 Streamlit 애플리케이션 실행 방법 – Kanaries