Skip to content

Commit 46c944d

Browse files
cbensimonpcuenca
andauthored
Update docs/hub/spaces-zerogpu.md
Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 4455e22 commit 46c944d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/spaces-zerogpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This sets the maximum function runtime to 120 seconds. Specifying shorter durati
100100

101101
`@spaces.GPU` also supports dynamic durations.
102102

103-
Instead of directly passing a duration, simply pass a callable that takes the same inputs as your decorated function and returns a duration:
103+
Instead of directly passing a duration, simply pass a callable that takes the same inputs as your decorated function and returns a duration value:
104104

105105
```python
106106
def get_duration(prompt, steps):

0 commit comments

Comments
 (0)