export function ExistingModel({ name, example, downloadURL }: { name: string, example: string, downloadURL: string }) { return (
Put thumbnail here
{name}
) }