Skip to content

Commit 730a1bc

Browse files
committed
copy fixes
1 parent b11140b commit 730a1bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

predict.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ def setup(self) -> None:
2424
def predict(
2525
self,
2626
renderType: str = Input(
27-
description="Render Type. UI is slow. Forward, Wide, and Driver are fast transcodes; they are great for quick previews. 360 is slow and requires downloadin the video file in VLC or uploading to YouTube to pan around in a 🌐 sphere.",
27+
description="Render Type. UI is slow. Forward, Wide, and Driver are fast transcodes; they are great for quick previews. 360 is slow and requires viewing/uploading the video file in VLC or YouTube to pan around in a 🌐 sphere.",
2828
choices=["ui", "forward", "wide", "driver", "360"],
2929
default="ui",
3030
),
3131
route: str = Input(
3232
description="comma connect URL (e.g. https://connect.comma.ai/fe18f736cb0d7813/1698620773416/1698620855707 ) OR route/segment ID (e.g. a2a0ccea32023010|2023-07-27--13-01-19)"
33-
" (⚠️ \"Public Access\" must be enabled and All Files must be uploaded. Please see the README for more info.)",
33+
" (⚠️ \"Public Access\" must be enabled and All Files must be uploaded. Please see the README on GitHub for more info.)",
3434
default="a2a0ccea32023010|2023-07-27--13-01-19",
3535
),
3636
startSeconds: int = Input(
@@ -45,7 +45,7 @@ def predict(
4545
default=20
4646
),
4747
smearAmount: int = Input(
48-
description="(UI Render only) Smear amount (Let the video start this time before beginning recording, useful for making sure the radar , if present, is rendered at the start if necessary)",
48+
description="(UI Render only) Smear amount (Let the video start this time before beginning recording, useful for making sure the radar triangle (△), if present, is rendered at the start if necessary)",
4949
ge=5,
5050
le=40,
5151
default=5,

0 commit comments

Comments
 (0)