Skip to content

Commit 11d52c4

Browse files
committed
fix one message
1 parent 9fdff2c commit 11d52c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

predict.py

+1-1
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 H.264 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 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",

0 commit comments

Comments
 (0)