testing / start.sh
UDface11jkj's picture
Create start.sh
217acb9 verified
#!/usr/bin/env bash
export PORT=${PORT:-7860}
uvicorn testing.app:app --host=0.0.0.0 --port=$PORT