Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/live-vision
gustavogmoraes
/
PiorQueAsVeiaDaRua
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PiorQueAsVeiaDaRua
/
node_modules
/
bufferutil
/
index.js
fffiloni
Upload 953 files
f9f0fec
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
136 Bytes
'use strict'
;
try
{
module
.
exports
=
require
(
'node-gyp-build'
)(__dirname);
}
catch
(e) {
module
.
exports
=
require
(
'./fallback'
);
}