Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nakere424
/
Homework10_EN_fill_mask
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
58f2a4f
Homework10_EN_fill_mask
/
app.py
nakere424
Create new file
58f2a4f
over 2 years ago
raw
Copy download link
history
blame
124 Bytes
from
transformers
import
pipeline
import
streamlit
as
st
unmasker = pipeline(
'fill-mask'
, model=
'distilbert-base-uncased'
)