Hiraishin commited on
Commit
1508623
·
verified ·
1 Parent(s): 98398aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ pipe = pipeline("text-classification",
48
  tokenizer = tokenizer,
49
  model=model)
50
 
51
- input_str = ["INSERT_INPUT_HERE"]
52
  print(pipe(input_str))
53
  ```
54
 
 
48
  tokenizer = tokenizer,
49
  model=model)
50
 
51
+ input_str = ["INSERT_INPUT_0", "INSERT_INPUT_1"]
52
  print(pipe(input_str))
53
  ```
54