Revert "lang: support direct video inference" (#12038)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user