Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Slep
/
CondViT-LRVSF-Demo
like
5
Sleeping
App
Files
Files
Community
1
7fe54e9
CondViT-LRVSF-Demo
/
src
/
custom_functions.js
Slep
Initial Demo.
c45703e
over 1 year ago
raw
Copy download link
history
blame
Safe
197 Bytes
remap_click =
(
i
) =>
{
let
examples =
document
.
getElementById
(
"preset_examples"
);
let
rows = examples.
getElementsByTagName
(
"tbody"
)[
0
].
getElementsByTagName
(
"tr"
);
rows[i].
click
();
}