Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
2900a9f
1
Parent(s):
704a239
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ description = "Gradio Demo for XLM-ProphetNet. To use it, simply add your text,
|
|
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 |
-
["
|
11 |
]
|
12 |
|
13 |
gr.Interface.load("huggingface/microsoft/xprophetnet-large-wiki100-cased-xglue-ntg",title=title,description=description,article=article, examples=examples).launch(enable_queue=True)
|
|
|
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 |
+
["Microsoft Corporation intends to officially end free support for the Windows 7 operating system after January 14, 2020, according to the official portal of the organization. From that day, users of this system will not be able to receive security updates, which could make their computers vulnerable to cyber attacks."]
|
11 |
]
|
12 |
|
13 |
gr.Interface.load("huggingface/microsoft/xprophetnet-large-wiki100-cased-xglue-ntg",title=title,description=description,article=article, examples=examples).launch(enable_queue=True)
|