iris-at-text2sparql / run_local.sh
Alex Latipov
Upload challenge API
0f21eb9
raw
history blame contribute delete
133 Bytes
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
python -m uvicorn service.app:app --host 0.0.0.0 --port "${PORT:-8000}"