amanuelyh commited on
Commit
eea2466
·
verified ·
1 Parent(s): 6ad9ccb

Update Readme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from happytransformer import HappyTextToText, TTSettings
3
 
4
  st.set_page_config(page_title="Grammar Correction Tool", layout="centered")
5
 
6
- checkpoint = "team-writing-assistant/t5-base-c4jfleg"
7
 
8
  @st.cache_resource
9
  def get_happy_text(model_name):
 
3
 
4
  st.set_page_config(page_title="Grammar Correction Tool", layout="centered")
5
 
6
+ checkpoint = "amanuelyh/grammar_correction"
7
 
8
  @st.cache_resource
9
  def get_happy_text(model_name):