lbourdois commited on
Commit
4fe0d3c
·
verified ·
1 Parent(s): b86067d

Add Hugging Face to the list

Browse files

Bro lists major open-source contributors, but doesn't even list HF 😱
I felt compelled to fix it 🤗

Files changed (1) hide show
  1. src/pages/index.tsx +1 -0
src/pages/index.tsx CHANGED
@@ -28,6 +28,7 @@ const PROVIDERS: ProviderInfo[] = [
28
  { color: "#4C6EE6", authors: ["CohereLabs"] },
29
  { color: "#4C6EE6", authors: ["ibm-granite"] },
30
  { color: "#A020F0", authors: ["stabilityai"] },
 
31
  ];
32
 
33
  export async function getStaticProps() {
 
28
  { color: "#4C6EE6", authors: ["CohereLabs"] },
29
  { color: "#4C6EE6", authors: ["ibm-granite"] },
30
  { color: "#A020F0", authors: ["stabilityai"] },
31
+ { color: "#FEC912", authors: ["HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
32
  ];
33
 
34
  export async function getStaticProps() {