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,