Spaces:
Running
Running
mrfakename
commited on
Commit
•
73d7c75
1
Parent(s):
32985b7
clarify joining
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ pinned: false
|
|
10 |
# ZeroGPU Spaces
|
11 |
|
12 |
<div style="background-color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.87); border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 8px; padding: 0.5rem 1rem;">
|
13 |
-
<span style="font-weight: 600;">ZeroGPU is currently in beta.</span>
|
14 |
</div>
|
15 |
|
16 |
<div style="background-color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.87); border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 8px; padding: 0.5rem 1rem; margin-top: 10px;">
|
@@ -97,10 +97,6 @@ You can also specify a duration if you know that your function will take far les
|
|
97 |
|
98 |
The lower the duration, the higher priority your Space visitors will have in the queue
|
99 |
|
100 |
-
# Early access
|
101 |
-
|
102 |
-
Feel free to join this organization if you want to try ZeroGPU as a Space author. ✋ We should accept you shortly after checking your HF profile
|
103 |
-
|
104 |
<style>
|
105 |
:root {
|
106 |
--bg-color-light: rgba(255, 255, 255, 0.3);
|
|
|
10 |
# ZeroGPU Spaces
|
11 |
|
12 |
<div style="background-color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.87); border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 8px; padding: 0.5rem 1rem;">
|
13 |
+
<span style="font-weight: 600;">ZeroGPU is currently in beta.</span> Spaces can be used by anyone and <a target="_blank" href="https://huggingface.co/subscribe/pro" style="color: inherit;">PRO</a> users can create and host up to 10 ZeroGPU Spaces per account.
|
14 |
</div>
|
15 |
|
16 |
<div style="background-color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.87); border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 8px; padding: 0.5rem 1rem; margin-top: 10px;">
|
|
|
97 |
|
98 |
The lower the duration, the higher priority your Space visitors will have in the queue
|
99 |
|
|
|
|
|
|
|
|
|
100 |
<style>
|
101 |
:root {
|
102 |
--bg-color-light: rgba(255, 255, 255, 0.3);
|