Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
6f857a8
1
Parent(s):
ee6b045
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def inference(m1,m2):
|
|
42 |
|
43 |
title = "Longformer-scico"
|
44 |
description = "Gradio demo for Longformer-scico. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
|
45 |
-
article = "<p style='text-align: center'><a href='https://openreview.net/forum?id=OFLbgUP04nC'>SciCo: Hierarchical Cross-Document Coreference for Scientific Concepts</a> | <a href='https://github.com/ariecattan/SciCo'>Github Repo</a></p>"
|
46 |
|
47 |
examples = [["In this paper we present the results of an experiment in <m> automatic concept and definition extraction </m> from written sources of law using relatively simple natural methods.","This task is important since many natural language processing (NLP) problems, such as <m> information extraction </m>, summarization and dialogue."]]
|
48 |
gr.Interface(
|
|
|
42 |
|
43 |
title = "Longformer-scico"
|
44 |
description = "Gradio demo for Longformer-scico. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
|
45 |
+
article = "<p style='text-align: center'><a href='https://openreview.net/forum?id=OFLbgUP04nC' target='_blank'>SciCo: Hierarchical Cross-Document Coreference for Scientific Concepts</a> | <a href='https://github.com/ariecattan/SciCo' target='_blank'>Github Repo</a></p>"
|
46 |
|
47 |
examples = [["In this paper we present the results of an experiment in <m> automatic concept and definition extraction </m> from written sources of law using relatively simple natural methods.","This task is important since many natural language processing (NLP) problems, such as <m> information extraction </m>, summarization and dialogue."]]
|
48 |
gr.Interface(
|