eadsa1998 commited on
Commit
8472eee
1 Parent(s): 140b3f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
 
3
  def fill_mask_output(text):
4
  mask_filler = pipeline(
 
1
  import gradio as gr
2
+ from transformers import pipeline
3
 
4
  def fill_mask_output(text):
5
  mask_filler = pipeline(