QALoop / scripts /space_entrypoint.sh
jackkuo's picture
Add Hugging Face Space deployment
35e7795
Raw
History Blame Contribute Delete
119 Bytes
#!/bin/sh
set -e
python scripts/space_init.py
exec uvicorn qa_annotate.main:app --host 0.0.0.0 --port "${PORT:-7860}"