Ihor commited on
Commit
93206e8
·
verified ·
1 Parent(s): 5cda6d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ---