Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
800a78c
1
Parent(s):
9b14ce7
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ description = "Gradio Demo for MBart. To use it, simply add your text, or click
|
|
7 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2001.08210' target='_blank'>Multilingual Denoising Pre-training for Neural Machine Translation</a></p>"
|
8 |
|
9 |
examples = [
|
10 |
-
["Paris is the capital of France"]
|
11 |
]
|
12 |
|
13 |
io1 = gr.Interface.load("huggingface/facebook/mbart-large-50-one-to-many-mmt")
|
|
|
7 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2001.08210' target='_blank'>Multilingual Denoising Pre-training for Neural Machine Translation</a></p>"
|
8 |
|
9 |
examples = [
|
10 |
+
["Paris is the capital of France","mbart-large-50-one-to-many-mmt"]
|
11 |
]
|
12 |
|
13 |
io1 = gr.Interface.load("huggingface/facebook/mbart-large-50-one-to-many-mmt")
|