ai-toolkit / start.sh
jbilcke-hf's picture
jbilcke-hf HF Staff
fix
7b99bfa
raw
history blame
160 Bytes
#!/bin/bash
set -e # Exit the script if any statement returns a non-true return value
echo "Starting AI Toolkit UI..."
cd /app/ai-toolkit/ui && npm run start