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