kargaranamir commited on
Commit
3f63def
·
verified ·
1 Parent(s): ea89f80

fix indent typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ def compute(sentences, version = 'v3'):
192
  model_choice = nllb
193
  elif version == 'openlid-201':
194
  model_choice = openlid
195
- elif version == 'v3':
196
  model_choice = model_3
197
  elif version == 'v2':
198
  model_choice = model_2
 
192
  model_choice = nllb
193
  elif version == 'openlid-201':
194
  model_choice = openlid
195
+ elif version == 'v3':
196
  model_choice = model_3
197
  elif version == 'v2':
198
  model_choice = model_2