Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
e87704f
1
Parent(s):
4a3ab3d
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ description = "Gradio Demo for XLM-RoBERTa. To use it, simply add your text, or
|
|
7 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.02116' target='_blank'>Unsupervised Cross-lingual Representation Learning at Scale</a></p>"
|
8 |
|
9 |
examples = [
|
10 |
-
["Hello I'm a <mask> model."]
|
11 |
]
|
12 |
|
13 |
|
|
|
7 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.02116' target='_blank'>Unsupervised Cross-lingual Representation Learning at Scale</a></p>"
|
8 |
|
9 |
examples = [
|
10 |
+
["Hello I'm a <mask> model.","xlm-roberta-base"]
|
11 |
]
|
12 |
|
13 |
|