Update app.py
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ def tokenize(text):
|
|
| 106 |
|
| 107 |
model = model_()
|
| 108 |
model.load_weights("cutto_tf2.h5")
|
| 109 |
-
st.title("Cutto Thai word
|
| 110 |
text = st.text_area("Enter original text!")
|
| 111 |
if st.button("cut it!!"):
|
| 112 |
if text:
|
|
|
|
| 106 |
|
| 107 |
model = model_()
|
| 108 |
model.load_weights("cutto_tf2.h5")
|
| 109 |
+
st.title("Cutto Thai word segmentation.")
|
| 110 |
text = st.text_area("Enter original text!")
|
| 111 |
if st.button("cut it!!"):
|
| 112 |
if text:
|