Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yijin928
/
Test
like
0
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
25bb7a0
Test
/
web
/
scripts
/
app.js
yijin928
Upload 758 files
6fd97c7
verified
4 months ago
raw
Copy download link
history
blame
Safe
205 Bytes
// Shim for scripts/app.ts
export
const
ANIM_PREVIEW_WIDGET
=
window
.
comfyAPI
.
app
.
ANIM_PREVIEW_WIDGET
;
export
const
ComfyApp
=
window
.
comfyAPI
.
app
.
ComfyApp
;
export
const
app =
window
.
comfyAPI
.
app
.
app
;