1. 가상 환경 설정

  1. source activate stable_diffusion
  2. conda install -c conda-forge streamlit
  3. pip install openai

2. 서버에서 streamlit 접속하기

streamlit run streamlit.py --server.port 30009

※ Reference

Get started - Streamlit Docs