JustinLin610 commited on
Commit
a1ed4e4
1 Parent(s): 2ac1c76

add input of video in inference

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -87,6 +87,7 @@ def inference(
87
  task,
88
  image=None,
89
  audio=None,
 
90
  text_list=None,
91
  ):
92
  if task == "image-text":
 
87
  task,
88
  image=None,
89
  audio=None,
90
+ video=None,
91
  text_list=None,
92
  ):
93
  if task == "image-text":