CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
Artartaid
/
inference-api
source
Hugging Face
mit
updated 3y ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
root
src
lib
utils
type.ts
type.ts
5 lines
Copy path
Download
Raw
Back to utils
1
export interface Model {
2
id: string;
3
logo: string;
4
label?: string;
5
}