enzostvs HF staff commited on
Commit
bc150b7
·
1 Parent(s): 4f0527b

change description wording

Browse files
Files changed (1) hide show
  1. components/spaces/index.tsx +2 -2
components/spaces/index.tsx CHANGED
@@ -96,10 +96,10 @@ export const Spaces: React.FC<{ spaces: SpaceProps[] }> = ({ spaces }) => {
96
  </div>
97
  </div>
98
  <h1 className="font-extrabold text-3xl text-black dark:text-slate-100">
99
- Zero GPU Spaces
100
  </h1>
101
  <p className="text-neutral-500 font-regular text-base dark:text-slate-300">
102
- Discover spaces with zero GPU usage on 🤗 Hugging Face Spaces.
103
  </p>
104
  </div>
105
  <div className="flex items-center justify-between gap-2 max-lg:flex-col max-lg:items-start max-lg:gap-3 w-full">
 
96
  </div>
97
  </div>
98
  <h1 className="font-extrabold text-3xl text-black dark:text-slate-100">
99
+ ZeroGPU Spaces
100
  </h1>
101
  <p className="text-neutral-500 font-regular text-base dark:text-slate-300">
102
+ Discover ZeroGPU Spaces, a new kind of community distributed GPU.
103
  </p>
104
  </div>
105
  <div className="flex items-center justify-between gap-2 max-lg:flex-col max-lg:items-start max-lg:gap-3 w-full">