Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stanno
/
capstone
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
2d08e14
capstone
/
js
/
mode.js
stanley
pushin to huggin
ab328e5
almost 2 years ago
raw
Copy download link
history
blame
Safe
211 Bytes
function
(
mode
){
let
app=
document
.
querySelector
(
"gradio-app"
).
shadowRoot
;
let
frame=app.
querySelector
(
"#sdinfframe"
).
contentWindow
.
document
;
frame.
querySelector
(
"#mode"
).
value
=mode;
return
mode;
}