Spaces:
Running
Running
Update src/constants/organizations.ts
Browse files
src/constants/organizations.ts
CHANGED
@@ -71,7 +71,6 @@ export const ORGANIZATIONS: ProviderInfo[] = [
|
|
71 |
{ color: "#FF9800", authors: ["Comfy-Org"] },
|
72 |
{ color: "#795548", authors: ["fancyfeast"] },
|
73 |
{ color: "#9E9E9E", authors: ["fal"] },
|
74 |
-
{ color: "#E91E63", authors: ["google-bert"] },
|
75 |
{ color: "#9C27B0", authors: ["hf-audio"] },
|
76 |
{ color: "#673AB7", authors: ["huggingface-projects"] },
|
77 |
{ color: "#3F51B5", authors: ["hysts"] },
|
@@ -87,7 +86,6 @@ export const ORGANIZATIONS: ProviderInfo[] = [
|
|
87 |
{ color: "#795548", authors: ["MohamedRashad"] },
|
88 |
{ color: "#607D8B", authors: ["mrfakename"] },
|
89 |
{ color: "#E91E63", authors: ["ostris"] },
|
90 |
-
{ color: "#9C27B0", authors: ["pyannote"] },
|
91 |
{ color: "#673AB7", authors: ["QuantStack"] },
|
92 |
{ color: "#3F51B5", authors: ["r3gm"] },
|
93 |
{ color: "#2196F3", authors: ["Salesforce"] },
|
@@ -95,7 +93,6 @@ export const ORGANIZATIONS: ProviderInfo[] = [
|
|
95 |
{ color: "#009688", authors: ["Shakker-Labs"] },
|
96 |
{ color: "#4CAF50", authors: ["skytnt"] },
|
97 |
{ color: "#8BC34A", authors: ["strangerzonehf"] },
|
98 |
-
{ color: "#CDDC39", authors: ["TheBloke"] },
|
99 |
{ color: "#FFC107", authors: ["TheStinger"] },
|
100 |
{ color: "#FF9800", authors: ["tonyassi"] },
|
101 |
{ color: "#FF5722", authors: ["VAST-AI"] },
|
|
|
71 |
{ color: "#FF9800", authors: ["Comfy-Org"] },
|
72 |
{ color: "#795548", authors: ["fancyfeast"] },
|
73 |
{ color: "#9E9E9E", authors: ["fal"] },
|
|
|
74 |
{ color: "#9C27B0", authors: ["hf-audio"] },
|
75 |
{ color: "#673AB7", authors: ["huggingface-projects"] },
|
76 |
{ color: "#3F51B5", authors: ["hysts"] },
|
|
|
86 |
{ color: "#795548", authors: ["MohamedRashad"] },
|
87 |
{ color: "#607D8B", authors: ["mrfakename"] },
|
88 |
{ color: "#E91E63", authors: ["ostris"] },
|
|
|
89 |
{ color: "#673AB7", authors: ["QuantStack"] },
|
90 |
{ color: "#3F51B5", authors: ["r3gm"] },
|
91 |
{ color: "#2196F3", authors: ["Salesforce"] },
|
|
|
93 |
{ color: "#009688", authors: ["Shakker-Labs"] },
|
94 |
{ color: "#4CAF50", authors: ["skytnt"] },
|
95 |
{ color: "#8BC34A", authors: ["strangerzonehf"] },
|
|
|
96 |
{ color: "#FFC107", authors: ["TheStinger"] },
|
97 |
{ color: "#FF9800", authors: ["tonyassi"] },
|
98 |
{ color: "#FF5722", authors: ["VAST-AI"] },
|