Skip to content

Commit 39fd96e

Browse files
committed
Update "docs" in the UI
1 parent 73496d9 commit 39fd96e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

predict.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def setup(self) -> None:
2424
def predict(
2525
self,
2626
renderType: str = Input(
27-
description="UI renders with UI. Forward, Wide, and Driver process the raw, segmented, and low-compatibility HEVC video files into a portable HEVC MP4 file, are fast transcodes, and are great for quick previews. 360 requires viewing/uploading the video file in VLC or YouTube to pan around in a 🌐 sphere. Forward Upon Wide roughly overlays Forward video on Wide video. 360 Forward Upon Wide is 360 with Forward Upon Wide as the forward video.",
27+
description="UI renders with UI. Forward, Wide, and Driver process the raw, segmented, and low-compatibility HEVC video files into a portable HEVC or H264 MP4 file, are fast transcodes, and are great for quick previews. 360 requires viewing/uploading the video file in VLC or YouTube to pan around in a 🌐 sphere. Forward Upon Wide roughly overlays Forward video on Wide video. 360 Forward Upon Wide is 360 with Forward Upon Wide as the forward video.",
2828
choices=[
2929
"ui",
3030
"forward",
@@ -71,8 +71,8 @@ def predict(
7171
),
7272
forwardUponWideH: float = Input(
7373
description="(Forward Upon Wide Renders only) H-position of the forward video overlay on wide. Different devices can have different offsets from differing user mounting or factory calibration.",
74-
ge=1.9,
75-
le=2.3,
74+
ge=1.0,
75+
le=3.0,
7676
default=2.2,
7777
),
7878
fileSize: int = Input(
@@ -87,7 +87,7 @@ def predict(
8787
default="hevc",
8888
),
8989
jwtToken: str = Input(
90-
description='Optional JWT Token from https://jwt.comma.ai for non-"Public access" routes. ⚠️ DO NOT SHARE THIS TOKEN WITH ANYONE as https://jwt.comma.ai generates JWT tokens valid for 1 year and they are irrevocable. Please use the safer, optionally temporary, more granular, and revocable "Public Access" toggle option on comma connect if possible. For more info, please see https://github.com/nelsonjchen/op-replay-clipper#jwt-token-input .',
90+
description='Optional JWT Token from https://jwt.comma.ai for non-"Public access" routes. ⚠️ DO NOT SHARE THIS TOKEN WITH ANYONE as https://jwt.comma.ai generates JWT tokens valid for 90 days and they are irrevocable. Please use the safer, optionally temporary, more granular, and revocable "Public Access" toggle option on comma connect if possible. For more info, please see https://github.com/nelsonjchen/op-replay-clipper#jwt-token-input .',
9191
default="",
9292
),
9393
notes: str = Input(

0 commit comments

Comments
 (0)