duzhong's picture
Upload folder using huggingface_hub
87fd35f verified
@echo off
pushd %~dp0
call npm install --no-save --no-audit --no-fund --loglevel=error --no-progress --omit=dev
npm run start server.js %*
pause
popd