Spaces:
Runtime error
Runtime error
Commit
·
dc23258
1
Parent(s):
6f93e66
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
pip install transformers
|
2 |
-
import transformers
|
3 |
-
from transformers import pipeline
|
4 |
|
5 |
unmasker = pipeline('fill-mask', model='bert-large-uncased')
|
6 |
user_input = input("Enter a sentence with a masked word: ")
|
|
|
|
|
|
|
|
|
1 |
|
2 |
unmasker = pipeline('fill-mask', model='bert-large-uncased')
|
3 |
user_input = input("Enter a sentence with a masked word: ")
|