jb2k commited on
Commit
7402b15
1 Parent(s): 912aada

Updated description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ if __name__ == '__main__':
71
  verbose=True,
72
  examples = examples,
73
  title="Language Detector",
74
- description="Language detector with support for 45 languages. Created as part of the huggingface course community event. Model: jb2k/bert-base-multilingual-cased-language-detection ",
75
  theme="grass")
76
  interFace.launch()
77
 
71
  verbose=True,
72
  examples = examples,
73
  title="Language Detector",
74
+ description="Language detector with support for 45 languages. Created as part of the huggingface course community event.",
75
  theme="grass")
76
  interFace.launch()
77