Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
reisarod
/
gradio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gradio
/
node_modules
/
delayed-stream
/
test
/
run.js
reisarod
Upload folder using huggingface_hub
5fae594
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
121 Bytes
#!/usr/bin/env node
var
far =
require
(
'far'
).
create
();
far.
add
(__dirname);
far.
include
(
/test-.*\.js$/
);
far.
execute
();