Skip to content

Commit 1c5fbd1

Browse files
committed
text tweak
1 parent 16b1246 commit 1c5fbd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

predict.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ def predict(
4444
default="https://connect.comma.ai/a2a0ccea32023010/1690488131496/1690488151496",
4545
),
4646
startSeconds: int = Input(
47-
description="Start time in seconds for #️⃣ Route ID route input only. (ℹ️ :🔗 comma connect URL already has the start time embedded in it and this input will be ignored in favor of that) ",
47+
description="Start time in seconds for #️⃣ Route ID route input only. (🔗 comma connect URL already has the start time embedded in it and this input will be ignored in favor of that) ",
4848
ge=0,
4949
default=50,
5050
),
5151
lengthSeconds: int = Input(
52-
description="Length of clip in seconds #️⃣ Route ID route input only. (ℹ️ :🔗 comma connect URL already has the length time indirectly embedded in it from the embedded end time and this input will be ignored in favor of that. The minimum and maximum length will still be enforced)"
52+
description="Length of clip in seconds #️⃣ Route ID route input only. (🔗 comma connect URL already has the length time indirectly embedded in it from the embedded end time and this input will be ignored in favor of that. The minimum and maximum length will still be enforced)"
5353
, ge=MIN_LENGTH_SECONDS,
5454
le=MAX_LENGTH_SECONDS,
5555
default=20,

0 commit comments

Comments
 (0)