Spaces:
Running
Running
wording'
Browse files
components/spaces/index.tsx
CHANGED
@@ -69,9 +69,9 @@ export const Spaces: React.FC<{ spaces: SpaceProps[] }> = ({ spaces }) => {
|
|
69 |
href="https://huggingface.co/settings/billing/subscription#subscribe"
|
70 |
className="underline text-gray-600 dark:text-slate-400 hover:text-gray-700 dark:hover:text-slate-200"
|
71 |
>
|
72 |
-
|
73 |
</a>
|
74 |
-
|
75 |
</p>
|
76 |
</div>
|
77 |
<header className="max-w-5xl mx-auto w-full flex-col items-start flex gap-5 lg:gap-10">
|
|
|
69 |
href="https://huggingface.co/settings/billing/subscription#subscribe"
|
70 |
className="underline text-gray-600 dark:text-slate-400 hover:text-gray-700 dark:hover:text-slate-200"
|
71 |
>
|
72 |
+
Subscribe to PRO
|
73 |
</a>
|
74 |
+
to unlock 5x usage quota and the highest ZeroGPU queue priority.
|
75 |
</p>
|
76 |
</div>
|
77 |
<header className="max-w-5xl mx-auto w-full flex-col items-start flex gap-5 lg:gap-10">
|