Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
120 Bytes
export interface Profile {
avatar: string;
name: string;
bio?: string;
location?: string;
company?: string;
}