Skip to content

Commit 2de6c38

Browse files
committed
better desc for predict
1 parent 62ce936 commit 2de6c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def setup(self) -> None:
2020
def predict(
2121
self,
2222
renderType: str = Input(
23-
description="Render Type",
23+
description="Render Type. UI is very slow but has the UI. 360 is slow too. The rest are quite fast transcodes. Note: 🌐 360 requires viewing the video file in VLC or uploading to YouTube to see the 360 effect.",
2424
choices=["ui", "forward", "wide", "driver", "360"],
2525
default="ui",
2626
),

0 commit comments

Comments
 (0)