kargaranamir commited on
Commit
bc59854
1 Parent(s): 683f567

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -241,8 +241,8 @@ def compute(sentences, version = 'v3'):
241
 
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"])
 
241
 
242
  render_metadata()
243
 
244
+ st.markdown("**GlotLID** is an open-source language identification model with support for more than **2000 languages (V3)**.")
245
+
246
 
247
 
248
  tab1, tab2 = st.tabs(["Input a Sentence", "Upload a File"])