my_gradio / scripts /run_frontend.sh
xray918's picture
Upload folder using huggingface_hub
0ad74ed verified
raw
history blame contribute delete
130 Bytes
#!/bin/bash -eu
cd "$(dirname ${0})/.."
source scripts/helpers.sh
pnpm_required
echo "Running the frontend..."
pnpm i
pnpm dev