mgoin commited on
Commit
81bfb1c
1 Parent(s): 43517d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -58,6 +58,7 @@ pipeline = Pipeline.create(
58
  text_model_path=model_folder + "/textual.onnx"
59
  )
60
 
 
61
  output = pipeline(
62
  image=CLIPVisualInput(images=images),
63
  text=CLIPTextInput(text=possible_classes),
 
58
  text_model_path=model_folder + "/textual.onnx"
59
  )
60
 
61
+ # Infer
62
  output = pipeline(
63
  image=CLIPVisualInput(images=images),
64
  text=CLIPTextInput(text=possible_classes),