Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ text = (
|
|
63 |
|
64 |
labels = ["person", "other"]
|
65 |
|
66 |
-
model.run(text, labels, threshold=0.3, num_gen_sequences=1)
|
67 |
```
|
68 |
|
69 |
---
|
|
|
63 |
|
64 |
labels = ["person", "other"]
|
65 |
|
66 |
+
model.run([text], labels, threshold=0.3, num_gen_sequences=1)
|
67 |
```
|
68 |
|
69 |
---
|