minor amend
Browse files
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
|
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',
|