Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
liucy98
/
tavern
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tavern
/
SillyTavern-1.13.0
/
src
/
electron
/
Start.bat
liucy98
Upload 910 files
d44b3c1
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
140 Bytes
@
echo
off
pushd
%~dp0
call
npm install --no-audit --no-fund --loglevel=error --no-progress --omit=dev
npm run
start
server.js %*
pause
popd