BigSalmon commited on
Commit
0b2fe12
·
1 Parent(s): f0b81b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
15
  @st.cache(allow_output_mutation=True)
16
  def get_model():
17
  tokenizer = AutoTokenizer.from_pretrained("BigSalmon/InformalToFormalLincoln21")
18
- model = AutoModelWithLMHead.from_pretrained("BigSalmon/MASKInformalToFormalLincoln30")
19
  return model, tokenizer
20
 
21
  model, tokenizer = get_model()
 
15
  @st.cache(allow_output_mutation=True)
16
  def get_model():
17
  tokenizer = AutoTokenizer.from_pretrained("BigSalmon/InformalToFormalLincoln21")
18
+ model = AutoModelWithLMHead.from_pretrained("BigSalmon/InformalToFormalLincoln21")
19
  return model, tokenizer
20
 
21
  model, tokenizer = get_model()