Skip to content

Commit ab0511c

Browse files
committed
Update spaces-zerogpu.md
1 parent e684cc3 commit ab0511c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/hub/spaces-zerogpu.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,20 @@ Note: The `@spaces.GPU` decorator is designed to be effect-free in non-ZeroGPU e
7171

7272
## Duration Management
7373

74-
For functions expected to exceed the default 60-second runtime, specify a custom duration:
74+
For functions expected to exceed the default 60-second of GPU runtime, you can specify a custom duration:
7575

7676
```python
7777
@spaces.GPU(duration=120)
7878
def generate(prompt):
7979
return pipe(prompt).images
8080
```
8181

82-
This sets the maximum function runtime to 120 seconds. Specifying shorter durations for quicker functions can improve queue priority for Space visitors.
82+
This sets the maximum function runtime to 120 seconds. Specifying shorter durations for quicker functions will improve queue priority for Space visitors.
8383

84-
## Limitations
84+
## Hosting Limitations
8585

86-
- **Personal accounts (PRO subscribers)**: Maximum of 10 ZeroGPU Spaces.
87-
- **Organization accounts (Enterprise Hub)**: Maximum of 50 ZeroGPU Spaces.
86+
- **Personal accounts ([PRO subscribers](https://huggingface.co/subscribe/pro))**: Maximum of 10 ZeroGPU Spaces.
87+
- **Organization accounts ([Enterprise Hub](https://huggingface.co/enterprise))**: Maximum of 50 ZeroGPU Spaces.
8888

8989
By leveraging ZeroGPU, developers can create more efficient and scalable Spaces, maximizing GPU utilization while minimizing costs.
9090

0 commit comments

Comments
 (0)