Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -94,11 +94,21 @@ def generate(prompt):
|
|
94 |
return pipe(prompt).images
|
95 |
```
|
96 |
|
97 |
-
It will set the maximum duration of your function call to 120s.
|
|
|
|
|
98 |
|
99 |
-
|
100 |
|
101 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
|
103 |
<style>
|
104 |
:root {
|
|
|
94 |
return pipe(prompt).images
|
95 |
```
|
96 |
|
97 |
+
It will set the maximum duration of your function call to 120s.
|
98 |
+
You can also specify a duration if you know that your function will take far less than the 60s default.
|
99 |
+
The lower the duration, the higher priority your Space visitors will have in the queue
|
100 |
|
101 |
+
## Getting Started
|
102 |
|
103 |
+
To **explore and use existing ZeroGPU Spaces**, browse the following list: https://huggingface.co/spaces/enzostvs/zero-gpu-spaces
|
104 |
+
|
105 |
+
To **create and host your own ZeroGPU Spaces**:
|
106 |
+
|
107 |
+
- For personal accounts:
|
108 |
+
- [Subscribe to PRO](https://huggingface.co/settings/billing/subscription). Once subscribed, ZeroGPU will appear in the hardware list on [New Space page](https://huggingface.co/new-space) when you select the Gradio SDK.
|
109 |
+
- For organizations:
|
110 |
+
- [Subscribe to the Enterprise](https://huggingface.co/enterprise). This will enable you to host and collaborate on ZeroGPU Spaces with all your organization members.
|
111 |
+
|
112 |
|
113 |
<style>
|
114 |
:root {
|