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