Spaces:
Running
Running
Update Readme
Browse files
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 = "
|
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):
|