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...
nakere424
commited on
Oct 4, 2022
Commit
58f2a4f
·
1 Parent(s):
05a08cd
Create new file
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from transformers import pipeline
2
+
import streamlit as st
3
+
4
+
unmasker = pipeline('fill-mask', model='distilbert-base-uncased')