We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4455e22 commit 46c944dCopy full SHA for 46c944d
docs/hub/spaces-zerogpu.md
@@ -100,7 +100,7 @@ This sets the maximum function runtime to 120 seconds. Specifying shorter durati
100
101
`@spaces.GPU` also supports dynamic durations.
102
103
-Instead of directly passing a duration, simply pass a callable that takes the same inputs as your decorated function and returns a duration:
+Instead of directly passing a duration, simply pass a callable that takes the same inputs as your decorated function and returns a duration value:
104
105
```python
106
def get_duration(prompt, steps):
0 commit comments