Spaces:
Running
Running
Update src/pages/index.tsx
Browse files- src/pages/index.tsx +8 -0
src/pages/index.tsx
CHANGED
|
@@ -28,6 +28,14 @@ const PROVIDERS: ProviderInfo[] = [
|
|
| 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 |
|
|
|
|
| 28 |
{ color: "#4C6EE6", authors: ["CohereLabs"] },
|
| 29 |
{ color: "#4C6EE6", authors: ["ibm-granite"] },
|
| 30 |
{ color: "#A020F0", authors: ["stabilityai"] },
|
| 31 |
+
{ color: "#E91E63", authors: ["Baidu"] },
|
| 32 |
+
{ color: "#00BCD4", authors: ["Tencent"] },
|
| 33 |
+
{ color: "#FFD700", authors: ["BAAI"] },
|
| 34 |
+
{ color: "#DC143C", authors: ["Shanghai AI lab"] },
|
| 35 |
+
{ color: "#FF4500", authors: ["Skywork"] },
|
| 36 |
+
{ color: "#556B2F", authors: ["MiniMax"] },
|
| 37 |
+
{ color: "#7FFFD4", authors: ["StepFun"] },
|
| 38 |
+
{ color: "#FF6347", authors: ["Bytedance"] },
|
| 39 |
{ color: "#FEC912", authors: ["HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
|
| 40 |
];
|
| 41 |
|