Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ pipe = pipeline("text-classification",
|
|
48 |
tokenizer = tokenizer,
|
49 |
model=model)
|
50 |
|
51 |
-
input_str = ["
|
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 |
|