kargaranamir commited on
Commit
f5830cc
1 Parent(s): 001c01d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -275,7 +275,7 @@ with tab1:
275
  "Choose model",
276
  ["nllb-218", "openlid-201", "v1", "v2"],
277
  captions=["NLLB", "OpenLID", "GlotLID version 1", "GlotLID version 2 (more data and languages)"],
278
- index = 1,
279
  key = 'version_tab1',
280
  horizontal = True
281
  )
@@ -312,9 +312,9 @@ with tab2:
312
 
313
  version = st.radio(
314
  "Choose model",
315
- ["v1", "v2"],
316
- captions=["GlotLID version 1", "GlotLID version 2 (more data and languages)"],
317
- index = 1,
318
  key = 'version_tab2',
319
  horizontal = True
320
  )
 
275
  "Choose model",
276
  ["nllb-218", "openlid-201", "v1", "v2"],
277
  captions=["NLLB", "OpenLID", "GlotLID version 1", "GlotLID version 2 (more data and languages)"],
278
+ index = 3,
279
  key = 'version_tab1',
280
  horizontal = True
281
  )
 
312
 
313
  version = st.radio(
314
  "Choose model",
315
+ ["nllb-218", "openlid-201", "v1", "v2"],
316
+ captions=["NLLB", "OpenLID", "GlotLID version 1", "GlotLID version 2 (more data and languages)"],
317
+ index = 3,
318
  key = 'version_tab2',
319
  horizontal = True
320
  )