cdleong commited on
Commit
aae5aef
1 Parent(s): f39c7a2

update description for "ipa"

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def get_langcode_description(input_code):
42
  langcode = "ipa" # the default allosaurus recognizer
43
  description = "the default universal setting, not specific to any language"
44
 
45
- if not input_code:
46
  return description
47
 
48
 
 
42
  langcode = "ipa" # the default allosaurus recognizer
43
  description = "the default universal setting, not specific to any language"
44
 
45
+ if not input_code or input_code==langcode:
46
  return description
47
 
48