You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: predict.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ def predict(
37
37
default="ui",
38
38
),
39
39
route: str=Input(
40
-
description='🔗 comma connect URL (e.g. https://connect.comma.ai/fe18f736cb0d7813/1698620773416/1698620855707, this is the preferred input method and includes dongle ID with start/end times.) OR #️⃣ route ID (e.g. a2a0ccea32023010|2023-07-27--13-01-19. Note that any segment ID\"--\" appended to the end will be ignored as\"startSecond\" is used instead, but route id portion of input will still accepted)'
40
+
description='🔗 comma connect URL (e.g. https://connect.comma.ai/fe18f736cb0d7813/1698620773416/1698620855707, this is the preferred input method and includes dongle ID with start/end times.) OR #️⃣ route ID (e.g. a2a0ccea32023010|2023-07-27--13-01-19. Note that any segment ID\"--\" appended to the end will be ignored as\"startSecond\" is used instead, but route id portion of input will still accepted)'
41
41
' (⚠️ "Public Access" must be enabled or a valid JWT Token must be provided.'
42
42
" All required files for render type in Comma Connect must be uploaded from device."
43
43
" Please see the Quick Usage section of the README on GitHub at https://github.com/nelsonjchen/op-replay-clipper#quick-usage for instructions on generating an appropiate comma connect URL.)",
0 commit comments