Update app.py
Browse files
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/
|
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/InformalToFormalLincoln33")
|
10 |
tokenizer = AutoTokenizer.from_pretrained("BigSalmon/Points2")
|
11 |
return model, tokenizer
|
12 |
|