image-caption / start.sh
AnkitS1997's picture
updated port
e7ac41b
raw
history blame
167 Bytes
#!/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