Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def getAnnotatedFromPOS(texts, labels):
|
|
33 |
def main():
|
34 |
|
35 |
st.title("Part of Speech Categorizer")
|
36 |
-
|
37 |
checkpoint = st.selectbox("Choose model", checkpoints)
|
38 |
model = get_model(checkpoint)
|
39 |
|
|
|
33 |
def main():
|
34 |
|
35 |
st.title("Part of Speech Categorizer")
|
36 |
+
st.write("Paste or type text, submit and the machine will attempt to identify parts of speech.")
|
37 |
checkpoint = st.selectbox("Choose model", checkpoints)
|
38 |
model = get_model(checkpoint)
|
39 |
|