robzchhangte commited on
Commit
870c9e7
·
verified ·
1 Parent(s): 35a3419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ HUGGINGFACE_TOKEN = os.getenv("hf_token")
7
 
8
  # Instantiate the model
9
  model = pipeline(task="fill-mask",
10
- model="robzchhangte/mMizBERT",
11
- tokenizer="robzchhangte/mMizBERT",
12
  use_auth_token=HUGGINGFACE_TOKEN ) # Use the token to authenticate
13
 
14
  def fill_the_mask(text):
 
7
 
8
  # Instantiate the model
9
  model = pipeline(task="fill-mask",
10
+ model="robzchhangte/MizBERT",
11
+ tokenizer="robzchhangte/MizBERT",
12
  use_auth_token=HUGGINGFACE_TOKEN ) # Use the token to authenticate
13
 
14
  def fill_the_mask(text):