Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,7 @@ widget:
|
|
9 |
---
|
10 |
|
11 |
``` python
|
|
|
12 |
unmasker = pipeline('fill-mask', model='josu/roberta-pt-br')
|
13 |
text = 'Brasilia é a capital do <mask>'
|
14 |
|
|
|
9 |
---
|
10 |
|
11 |
``` python
|
12 |
+
from transformers import pipeline
|
13 |
unmasker = pipeline('fill-mask', model='josu/roberta-pt-br')
|
14 |
text = 'Brasilia é a capital do <mask>'
|
15 |
|