gtp-final / gradio /scripts /build_lite.sh
calvesca's picture
Upload folder using huggingface_hub
0bd62e5 verified
raw
history blame contribute delete
166 Bytes
#!/bin/bash -eu
cd "$(dirname ${0})/.."
source scripts/helpers.sh
pnpm_required
rm -rf gradio/_frontend_code
rm -rf gradio/templates/*
pnpm build:lite