Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hub/spaces-zerogpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Note: The `@spaces.GPU` decorator is designed to be effect-free in non-ZeroGPU e

## Duration Management

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

```python
@spaces.GPU(duration=120)
Expand Down