Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
radames/Real-Time-Latent-Consistency-Model-Text-To-Image
HusseinHE
/
Magic
like
0
Runtime error
App
Files
Files
Community
3207814
Magic
/
build-run.sh
radames
new base
cb92d2b
12 months 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