Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ def inference(
|
|
96 |
elif task == "audio-text":
|
97 |
result = audio_text_zeroshot(audio, text_list)
|
98 |
elif task == "video-text":
|
99 |
-
result = image_text_zeroshot(
|
100 |
else:
|
101 |
raise NotImplementedError
|
102 |
return result
|
|
|
96 |
elif task == "audio-text":
|
97 |
result = audio_text_zeroshot(audio, text_list)
|
98 |
elif task == "video-text":
|
99 |
+
result = image_text_zeroshot(image2, text_list)
|
100 |
else:
|
101 |
raise NotImplementedError
|
102 |
return result
|