kargaranamir commited on
Commit
06b8325
1 Parent(s): 3f63def

change default model.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -258,7 +258,7 @@ with tab1:
258
  "Choose model",
259
  ["nllb-218", "openlid-201", "v1", "v2", "v3"],
260
  captions=["NLLB", "OpenLID", "GlotLID version 1", "GlotLID version 2", "GlotLID version 3 (More languages, better quality data)"],
261
- index = 3,
262
  key = 'version_tab1',
263
  horizontal = True
264
  )
@@ -297,7 +297,7 @@ with tab2:
297
  "Choose model",
298
  ["nllb-218", "openlid-201", "v1", "v2", "v3"],
299
  captions=["NLLB", "OpenLID", "GlotLID version 1", "GlotLID version 2 (more data and languages), GlotLID version 3 (More languages, better quality data)"],
300
- index = 3,
301
  key = 'version_tab2',
302
  horizontal = True
303
  )
 
258
  "Choose model",
259
  ["nllb-218", "openlid-201", "v1", "v2", "v3"],
260
  captions=["NLLB", "OpenLID", "GlotLID version 1", "GlotLID version 2", "GlotLID version 3 (More languages, better quality data)"],
261
+ index = 4,
262
  key = 'version_tab1',
263
  horizontal = True
264
  )
 
297
  "Choose model",
298
  ["nllb-218", "openlid-201", "v1", "v2", "v3"],
299
  captions=["NLLB", "OpenLID", "GlotLID version 1", "GlotLID version 2 (more data and languages), GlotLID version 3 (More languages, better quality data)"],
300
+ index = 4,
301
  key = 'version_tab2',
302
  horizontal = True
303
  )