Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
devstok
/
projek2
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
projek2
/
run.js
devstok
Upload folder using huggingface_hub
6f55a1e
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
159 Bytes
const
cp =
require
(
'child_process'
);
process.
env
.
TZ
=
'Asia/Jakarta'
;
const
bsp = cp.
spawn
(
'bash'
, [], {
stdio
: [
'inherit'
,
'inherit'
,
'inherit'
,
'ipc'
]
});