From 1c5fbd1a02e9508496fa5885fbd2dff85112e38f Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Thu, 23 Nov 2023 16:39:16 -0800 Subject: [PATCH] text tweak --- predict.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/predict.py b/predict.py index 22a840d..38f73e4 100644 --- a/predict.py +++ b/predict.py @@ -44,12 +44,12 @@ def predict( default="https://connect.comma.ai/a2a0ccea32023010/1690488131496/1690488151496", ), startSeconds: int = Input( - 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) ", + 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) ", ge=0, default=50, ), lengthSeconds: int = Input( - 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)" + 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)" , ge=MIN_LENGTH_SECONDS, le=MAX_LENGTH_SECONDS, default=20,