Gradio/Streamlit-FastAPI-example 가상 환경 만들기 conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch -y 라이브러리 설치 pip install -r requriemnets.txt 백엔드 서버 배포(FastAPI) uvicorn backend:app --reload 프론트엔드 서버 배포(Gradio) python frontend_gradio.py 프론트엔드 서버 배포(Streamlit) python frontend_streamlit.py