Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
2a52e27
1
Parent(s):
43f449a
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ description = "Gradio Demo for ProphetNet. To use it, simply add your text, or c
|
|
7 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2001.04063' target='_blank'>ProphetNet: Predicting Future N-gram for Sequence-to-Sequence Pre-training</a></p>"
|
8 |
|
9 |
examples = [
|
10 |
-
["Paris is the capital of France"]
|
11 |
]
|
12 |
|
13 |
io1 = gr.Interface.load("huggingface/microsoft/prophetnet-large-uncased")
|
|
|
7 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2001.04063' target='_blank'>ProphetNet: Predicting Future N-gram for Sequence-to-Sequence Pre-training</a></p>"
|
8 |
|
9 |
examples = [
|
10 |
+
["Paris is the capital of France","prophetnet-large-uncased"]
|
11 |
]
|
12 |
|
13 |
io1 = gr.Interface.load("huggingface/microsoft/prophetnet-large-uncased")
|