Spaces:
Runtime error
Runtime error
kargaranamir
commited on
Commit
•
bc59854
1
Parent(s):
683f567
Update app.py
Browse files
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 **
|
245 |
-
|
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"])
|