Spaces:
Build error
Build error
adding more peeps
Browse files- src/pages/index.tsx +17 -13
src/pages/index.tsx
CHANGED
@@ -3,19 +3,23 @@ import ActivityCalendar from "react-activity-calendar";
|
|
3 |
import { Tooltip } from '@mui/material';
|
4 |
|
5 |
const PROVIDERS_MAP = {
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
|
|
|
|
|
|
|
|
19 |
};
|
20 |
|
21 |
interface ModelData {
|
|
|
3 |
import { Tooltip } from '@mui/material';
|
4 |
|
5 |
const PROVIDERS_MAP = {
|
6 |
+
"Huggingface Projects": { color: "#55fac0", authors: ["Huggingface Projects"] },
|
7 |
+
"AK": { color: "#55fac0", authors: ["akhaliq"] },
|
8 |
+
"Sylvain Filoni": { color: "#55fac0", authors: ["akhaliq"] },
|
9 |
+
"Apolinário from multimodal AI art": { color: "#55fac0", authors: ["multimodalart"] },
|
10 |
+
"Ohenenoo": { color: "#55fac0", authors: ["PeepDaSlan9"] },
|
11 |
+
"Omnibus": { color: "#55fac0", authors: ["Omnibus"] },
|
12 |
+
"yuvraj sharma": { color: "#55fac0", authors: ["ysharma"] },
|
13 |
+
"Merve Noyan": { color: "#55fac0", authors: ["merve"] },
|
14 |
+
"Joseph Pollack": { color: "#55fac0", authors: ["Tonic"] },
|
15 |
+
"Radamés Ajna": { color: "#55fac0", authors: ["radames"] },
|
16 |
+
"Xenova": { color: "#55fac0", authors: ["Xenova"] },
|
17 |
+
"Julian Bilcke": { color: "#55fac0", authors: ["jbilcke-hf"] },
|
18 |
+
"Tony Assi": { color: "#55fac0", authors: ["tonyassi"] },
|
19 |
+
"Eric Hristoforu": { color: "#55fac0", authors: ["ehristoforu"] },
|
20 |
+
"ArtificialGuy/JV.K": { color: "#55fac0", authors: ["artificialguybr"] },
|
21 |
+
"Prithiv Sakthi": { color: "#55fac0", authors: ["prithivMLmods"] },
|
22 |
+
"Nymbo": { color: "#55fac0", authors: ["Nymbo"] },
|
23 |
};
|
24 |
|
25 |
interface ModelData {
|