Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/hub-api-playground
awacke1
/
MetaHFHubPlayground
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5916048
MetaHFHubPlayground
/
app
/
page.tsx
Esteves Enzo
init
5916048
almost 2 years ago
raw
Copy download link
history
blame
Safe
195 Bytes
import
{
Editor
}
from
"@/components/editor"
;
import
Image
from
"next/image"
;
export
default
function
Home
(
) {
return
(
<
section
className
=
"h-full"
>
<
Editor
/>
</
section
>
);
}