ivanlau commited on
Commit
94aa85a
1 Parent(s): 81760af

minor amend

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ examples = [
29
  inputs=gr.inputs.Textbox(placeholder="Enter your text here", label="Text content", lines=5)
30
  outputs=gr.outputs.Label(label="Language detected:")
31
  article = """
32
- Fine-tuned from xlm-roberta-base model.
33
  Supported languages:
34
  'Arabic', 'Basque', 'Breton', 'Catalan', 'Chinese_China', 'Chinese_Hongkong', 'Chinese_Taiwan', 'Chuvash', 'Czech',
35
  'Dhivehi', 'Dutch', 'English', 'Esperanto', 'Estonian', 'French', 'Frisian', 'Georgian', 'German', 'Greek', 'Hakha_Chin',
29
  inputs=gr.inputs.Textbox(placeholder="Enter your text here", label="Text content", lines=5)
30
  outputs=gr.outputs.Label(label="Language detected:")
31
  article = """
32
+ Fine-tuned on xlm-roberta-base model.\n
33
  Supported languages:
34
  'Arabic', 'Basque', 'Breton', 'Catalan', 'Chinese_China', 'Chinese_Hongkong', 'Chinese_Taiwan', 'Chuvash', 'Czech',
35
  'Dhivehi', 'Dutch', 'English', 'Esperanto', 'Estonian', 'French', 'Frisian', 'Georgian', 'German', 'Greek', 'Hakha_Chin',