nakere424 commited on
Commit
58f2a4f
·
1 Parent(s): 05a08cd

Create new file

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from transformers import pipeline
2
+ import streamlit as st
3
+
4
+ unmasker = pipeline('fill-mask', model='distilbert-base-uncased')