70cde98 01a7a71 70cde98 e7ac41b
1
2
3
4
5
6
7
#!/bin/bash # Start FastAPI # uvicorn app:app --host 0.0.0.0 --port 8502 & # Start Streamlit streamlit run streamlit_app.py --server.port=7860 --server.address=0.0.0.0