Spaces:
Sleeping
Sleeping
Commit
Β·
2336086
1
Parent(s):
99a3b09
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ XLM-R tuned model, EN-tuned, pre-trained with 94 languages available (see origin
|
|
29 |
"""
|
30 |
|
31 |
description_S = """
|
32 |
-
A
|
33 |
"""
|
34 |
|
35 |
examples = [
|
@@ -64,4 +64,4 @@ interface_model_S = gr.Interface.load(
|
|
64 |
gr.TabbedInterface(
|
65 |
[interface_words, interface_model_L, interface_model_S],
|
66 |
["Intro", "Large Multilingual", "Base En"]
|
67 |
-
).launch()
|
|
|
29 |
"""
|
30 |
|
31 |
description_S = """
|
32 |
+
A BERT-base-cased model pre-trained and tuned on English data.
|
33 |
"""
|
34 |
|
35 |
examples = [
|
|
|
64 |
gr.TabbedInterface(
|
65 |
[interface_words, interface_model_L, interface_model_S],
|
66 |
["Intro", "Large Multilingual", "Base En"]
|
67 |
+
).launch()
|