Thomas G. Lopes
commited on
Commit
·
1f51adc
1
Parent(s):
29a4c23
fix
Browse files
src/lib/components/quota-modal.svelte
CHANGED
@@ -68,96 +68,100 @@
|
|
68 |
creating a {@render pro()} account!
|
69 |
</p>
|
70 |
<p>You'll also gain access to:</p>
|
71 |
-
<
|
72 |
class="grid grid-cols-1 flex-col gap-2 text-base text-gray-500 md:col-span-3 md:grid-cols-2 md:flex-row dark:text-gray-400"
|
73 |
>
|
74 |
-
<
|
75 |
-
<
|
76 |
-
|
77 |
-
<
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
<
|
86 |
-
|
87 |
-
<
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
<
|
96 |
-
|
97 |
-
<
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
|
|
104 |
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
<
|
118 |
-
<
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
<
|
128 |
-
<
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
<
|
138 |
-
<
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
|
|
|
|
145 |
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
|
|
161 |
</div>
|
162 |
|
163 |
<!-- Modal footer -->
|
|
|
68 |
creating a {@render pro()} account!
|
69 |
</p>
|
70 |
<p>You'll also gain access to:</p>
|
71 |
+
<div
|
72 |
class="grid grid-cols-1 flex-col gap-2 text-base text-gray-500 md:col-span-3 md:grid-cols-2 md:flex-row dark:text-gray-400"
|
73 |
>
|
74 |
+
<ul class="grid gap-1">
|
75 |
+
<li class="flex items-start">
|
76 |
+
<IconCheck class="text-md shrink-0 pt-2" />
|
77 |
+
<p>
|
78 |
+
<a
|
79 |
+
href="/spaces/enzostvs/zero-gpu-spaces"
|
80 |
+
class="font-semibold whitespace-nowrap text-gray-700 underline decoration-gray-400 hover:text-gray-900 hover:decoration-gray-600 dark:text-gray-200 dark:hover:text-gray-200 dark:hover:decoration-gray-300"
|
81 |
+
target="_blank">ZeroGPU</a
|
82 |
+
>: Get 5x usage quota and highest GPU queue priority
|
83 |
+
</p>
|
84 |
+
</li>
|
85 |
+
<li class="flex items-start">
|
86 |
+
<IconCheck class="text-md shrink-0 pt-2" />
|
87 |
+
<p>
|
88 |
+
<a
|
89 |
+
href="/docs/hub/spaces-zerogpu"
|
90 |
+
class="font-semibold whitespace-nowrap text-gray-700 underline decoration-gray-400 hover:text-gray-900 hover:decoration-gray-600 dark:text-gray-200 dark:hover:text-gray-200 dark:hover:decoration-gray-300"
|
91 |
+
target="_blank">Spaces Hosting</a
|
92 |
+
>: Create ZeroGPU Spaces with A100 hardware
|
93 |
+
</p>
|
94 |
+
</li>
|
95 |
+
<li class="flex items-start">
|
96 |
+
<IconCheck class="text-md shrink-0 pt-2" />
|
97 |
+
<p>
|
98 |
+
<a
|
99 |
+
href="/docs/hub/spaces-dev-mode"
|
100 |
+
class="font-semibold whitespace-nowrap text-gray-700 underline decoration-gray-400 hover:text-gray-900 hover:decoration-gray-600 dark:text-gray-200 dark:hover:text-gray-200 dark:hover:decoration-gray-300"
|
101 |
+
target="_blank">Spaces Dev Mode</a
|
102 |
+
>: Fast iterations via SSH/VS Code for Spaces
|
103 |
+
</p>
|
104 |
+
</li>
|
105 |
|
106 |
+
<li class="flex items-start">
|
107 |
+
<IconCheck class="text-md shrink-0 pt-2" />
|
108 |
+
<p>
|
109 |
+
<a
|
110 |
+
href="https://huggingface.co/blog/inference-providers"
|
111 |
+
class="font-semibold whitespace-nowrap text-gray-700 underline decoration-gray-400 hover:text-gray-900 hover:decoration-gray-600 dark:text-gray-200 dark:hover:text-gray-200 dark:hover:decoration-gray-300"
|
112 |
+
target="_blank">Inference Providers</a
|
113 |
+
>: Get $2 included credits across all Inference Providers
|
114 |
+
</p>
|
115 |
+
</li>
|
116 |
+
</ul>
|
117 |
+
<ul class="grid gap-1">
|
118 |
+
<li class="flex items-start">
|
119 |
+
<IconCheck class="text-md shrink-0 pt-2" />
|
120 |
+
<p>
|
121 |
+
<a
|
122 |
+
href="/docs/hub/datasets-viewer"
|
123 |
+
class="font-semibold whitespace-nowrap text-gray-700 underline decoration-gray-400 hover:text-gray-900 hover:decoration-gray-600 dark:text-gray-200 dark:hover:text-gray-200 dark:hover:decoration-gray-300"
|
124 |
+
target="_blank">Dataset Viewer</a
|
125 |
+
>: Activate it on private datasets
|
126 |
+
</p>
|
127 |
+
</li>
|
128 |
+
<li class="flex items-start">
|
129 |
+
<IconCheck class="text-md shrink-0 pt-2" />
|
130 |
+
<p>
|
131 |
+
<a
|
132 |
+
href="/blog"
|
133 |
+
class="font-semibold whitespace-nowrap text-gray-700 underline decoration-gray-400 hover:text-gray-900 hover:decoration-gray-600 dark:text-gray-200 dark:hover:text-gray-200 dark:hover:decoration-gray-300"
|
134 |
+
target="_blank">Blog Articles</a
|
135 |
+
>: Publish articles to the Hugging Face blog
|
136 |
+
</p>
|
137 |
+
</li>
|
138 |
+
<li class="flex items-start">
|
139 |
+
<IconCheck class="text-md shrink-0 pt-2" />
|
140 |
+
<p>
|
141 |
+
<a
|
142 |
+
href="/posts"
|
143 |
+
class="font-semibold whitespace-nowrap text-gray-700 underline decoration-gray-400 hover:text-gray-900 hover:decoration-gray-600 dark:text-gray-200 dark:hover:text-gray-200 dark:hover:decoration-gray-300"
|
144 |
+
target="_blank">Social Posts</a
|
145 |
+
>: Share short updates with the community
|
146 |
+
</p>
|
147 |
+
</li>
|
148 |
|
149 |
+
<li class="flex items-start">
|
150 |
+
<IconCheck class="text-md shrink-0 pt-2" />
|
151 |
+
<p>
|
152 |
+
<span class="font-semibold text-gray-700 dark:text-gray-200">Features Preview</span>: Get early access
|
153 |
+
to upcoming features
|
154 |
+
</p>
|
155 |
+
</li>
|
156 |
+
<li class="flex items-start">
|
157 |
+
<IconCheck class="text-md shrink-0 pt-2" />
|
158 |
+
<p>
|
159 |
+
{@render pro()}<span class="ml-1.5 font-semibold text-gray-700 dark:text-gray-200">Badge</span>: Show
|
160 |
+
your support on your profile
|
161 |
+
</p>
|
162 |
+
</li>
|
163 |
+
</ul>
|
164 |
+
</div>
|
165 |
</div>
|
166 |
|
167 |
<!-- Modal footer -->
|