finiteautomata commited on
Commit
16fcbff
1 Parent(s): bdac37d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -85,7 +85,7 @@ def predict(*args):
85
  return [char for char, pred in chars if pred]
86
 
87
  context = "China prohíbe la cría de perros para consumo humano")
88
- text = "Chinos hdrmp hay que matarlos a todos")
89
 
90
  prediction = predict(text, context)
91
  ```
 
85
  return [char for char, pred in chars if pred]
86
 
87
  context = "China prohíbe la cría de perros para consumo humano")
88
+ text = "Chinos hdrmp hay que matarlos a todos"
89
 
90
  prediction = predict(text, context)
91
  ```