Skip to content

Commit

Permalink
better desc for predict
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonjchen committed Oct 22, 2023
1 parent 62ce936 commit 2de6c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def setup(self) -> None:
def predict(
self,
renderType: str = Input(
description="Render Type",
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.",
choices=["ui", "forward", "wide", "driver", "360"],
default="ui",
),
Expand Down

0 comments on commit 2de6c38

Please sign in to comment.