Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Error410
/
jvcgpt
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c7569d1
jvcgpt
/
src
/
index.ts
Greums
first alpha version
1982de5
2 months ago
raw
Copy download link
history
blame
Safe
117 Bytes
import
{render, h}
from
"preact"
;
import
{
App
}
from
"./app"
;
render
(
h
(
App
,
null
),
document
.
getElementById
(
'app'
))