cccc commited on
Commit
cfea5fa
·
1 Parent(s): 1820058

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- unmasker = pipeline('fill-mask', model='bert-base-uncased')
5
 
6
  def fill_mask(text):
7
  unmasked = unmasker(text)
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ unmasker = pipeline('fill-mask', model="CCCC/ARCH_tuned_bert") #'bert-base-uncased')
5
 
6
  def fill_mask(text):
7
  unmasked = unmasker(text)