Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
samifalouti
/
jo3t
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
jo3t
/
app
/
types
/
template.ts
samifalouti1
Fresh start without binaries
55d48a7
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
144 Bytes
export
interface
Template
{
name
:
string
;
label
:
string
;
description
:
string
;
githubRepo
:
string
;
tags?:
string
[];
icon?:
string
;
}