Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leonsimon23
/
SLR
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
leonsimon23
commited on
Aug 15, 2024
Commit
b75d592
·
verified
·
1 Parent(s):
a0e2d52
Create build.sh
Browse files
Files changed (1)
hide
show
build.sh
+4
-0
build.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/bin/bash
2
+
npm install
3
+
npm run build
4
+
gunicorn --bind 0.0.0.0:7860 server:app