BigSalmon commited on
Commit
3f6088e
1 Parent(s): 48f445a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ first = """informal english: corn fields are all across illinois, visible once y
6
 
7
  @st.cache(allow_output_mutation=True)
8
  def get_model():
9
- model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln46")
10
  tokenizer = AutoTokenizer.from_pretrained("BigSalmon/Points2")
11
  return model, tokenizer
12
 
 
6
 
7
  @st.cache(allow_output_mutation=True)
8
  def get_model():
9
+ model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln25")
10
  tokenizer = AutoTokenizer.from_pretrained("BigSalmon/Points2")
11
  return model, tokenizer
12