Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JustinLin610
/
ImageBind_zeroshot_demo
like
50
Runtime error
App
Files
Files
Community
8
Fetching metadata from the HF Docker repository...
JustinLin610
commited on
May 12, 2023
Commit
a1ed4e4
·
1 Parent(s):
2ac1c76
add input of video in inference
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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":