Spaces:
Runtime error
Runtime error
update description for "ipa"
Browse files
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 |
|