aiqtech commited on
Commit
bf04fbf
·
verified ·
1 Parent(s): 55df52d

Update src/constants/organizations.ts

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +1 -12
src/constants/organizations.ts CHANGED
@@ -53,17 +53,6 @@ export const ORGANIZATIONS: ProviderInfo[] = [
53
  { color: "#A020F0", authors: ["stabilityai"] },
54
  { color: "#FEC912", authors: ["huggingface", "OpenEvals", "HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
55
 
56
- { color: "#ff7000", authors: ["openfree"] },
57
- { color: "#ff7000", authors: ["VIDraft"] },
58
- { color: "#1877F2", authors: ["seawolf2357"] },
59
- { color: "#10A37F", authors: ["ginigen"] },
60
- { color: "#cc785c", authors: ["ginipick"] },
61
- { color: "#DB4437", authors: ["fantaxy"] },
62
- { color: "#F45098", authors: ["fantos"] },
63
- { color: "#0088cc", authors: ["aiqtech"] },
64
- { color: "#FEB800", authors: ["aiqcamp"] },
65
- { color: "#76B900", authors: ["Heartsync"] },
66
- { color: "#4C6EE6", authors: ["immunobiotech"] },
67
- { color: "#4C6EE6", authors: ["kolaslab"] },
68
  ];
69
 
 
53
  { color: "#A020F0", authors: ["stabilityai"] },
54
  { color: "#FEC912", authors: ["huggingface", "OpenEvals", "HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
55
 
56
+
 
 
 
 
 
 
 
 
 
 
 
57
  ];
58