Revert "lang: support direct video inference" (#12038)

This commit is contained in:
Lianmin Zheng
2025-10-23 19:21:31 -07:00
committed by GitHub
parent 49afb3d9d9
commit ffc722a690
8 changed files with 69 additions and 52 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ def image(expr: SglExpr):
return SglImage(expr)
def video(path: str, num_frames: int = -1):
def video(path: str, num_frames: int):
return SglVideo(path, num_frames)