Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
radames/Real-Time-SD-Turbo
vloikas
/
NEW-Mycelium
like
0
Paused
App
Files
Files
Community
3207814
NEW-Mycelium
/
build-run.sh
radames
new base
cb92d2b
about 1 year ago
raw
Copy download link
history
blame
237 Bytes
#!/bin/bash
cd
frontend
npm install
npm run build
if
[ $? -eq 0 ];
then
echo
-e
"\033[1;32m\nfrontend build success \033[0m"
else
echo
-e
"\033[1;31m\nfrontend build failed\n\033[0m"
>&2
exit
1
fi
cd
../
python run.py --reload