Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MaykaGR
/
cine
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
078a1ac
cine
/
web
/
scripts
/
app.js
MaykaGR
Upload 220 files
bebd44f
verified
5 months ago
raw
Copy download link
history
blame
Safe
201 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
;