Rajagopal commited on
Commit
dfb5932
·
1 Parent(s): 911dce3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(image, text_list)
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