Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gparmar/img2img-turbo-sketch
krnl
/
img2img-turbo-sketch
like
0
Running
on
A10G
App
Files
Files
Community
francescoKrnl
commited on
May 3, 2024
Commit
30e1e36
·
verified
·
1 Parent(s):
0a34a56
Create custom.js
Browse files
Files changed (1)
hide
show
custom.js
+3
-0
custom.js
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
document.addEventListener('DOMContentLoaded', function() {
2
+
console.log('DOMContentLoaded');
3
+
}, false);