Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
julien-c
/
push-model-from-web
like
9
Running
App
Files
Files
Community
2
431b4de
push-model-from-web
/
app.ts
julien-c
HF staff
Basic app UI
431b4de
verified
almost 3 years ago
raw
Copy download link
history
blame
Safe
91 Bytes
const
c =
console
;
document
.
addEventListener
(
"load"
,
function
(
) {
c.
log
(
"Hello"
);
});