kargaranamir commited on
Commit
a3a025c
1 Parent(s): 6c68bc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -24,9 +24,8 @@ import os
24
 
25
  # Define a dictionary to map model choices to their respective paths
26
  model_paths = {
27
- "OpenLID": ["kargaranamir/LID201", 'model.bin'],
28
  "GlotLID": ["cis-lmu/glotlid", 'model.bin'],
29
- # "FT176": ["kargaranamir/FT176", 'model.bin'],
30
  "NLLB": ["facebook/fasttext-language-identification", 'model.bin']
31
  }
32
 
 
24
 
25
  # Define a dictionary to map model choices to their respective paths
26
  model_paths = {
27
+ "OpenLID": ["laurievb/OpenLID", 'model.bin'],
28
  "GlotLID": ["cis-lmu/glotlid", 'model.bin'],
 
29
  "NLLB": ["facebook/fasttext-language-identification", 'model.bin']
30
  }
31