Spaces:
Runtime error
Runtime error
kargaranamir
commited on
Commit
•
9dd46e6
1
Parent(s):
06b8325
Update app.py
Browse files
app.py
CHANGED
@@ -242,6 +242,7 @@ def compute(sentences, version = 'v3'):
|
|
242 |
render_metadata()
|
243 |
|
244 |
st.markdown("**GlotLID** is an open-source language identification model with support for more than **1600 languages**.")
|
|
|
245 |
|
246 |
|
247 |
tab1, tab2 = st.tabs(["Input a Sentence", "Upload a File"])
|
|
|
242 |
render_metadata()
|
243 |
|
244 |
st.markdown("**GlotLID** is an open-source language identification model with support for more than **1600 languages**.")
|
245 |
+
st.markdown("Latest: GlotLID is now updated to V3. V3 supports 2114 labels (three-letter ISO 639-3 codes with script).")
|
246 |
|
247 |
|
248 |
tab1, tab2 = st.tabs(["Input a Sentence", "Upload a File"])
|