Spaces:
Runtime error
Runtime error
cosmetics
Browse files
app.py
CHANGED
@@ -10,8 +10,7 @@ examples = [["The doctor was interested in Luke 's <predicate> treatment .", Tru
|
|
10 |
input_sent_box_label = "Insert sentence here. Mark the predicate by adding the token '<p>' before it."
|
11 |
|
12 |
links = """<p style='text-align: center'>
|
13 |
-
<a href='https://www.qasrl.org' target='_blank'>QASRL Website</a> |
|
14 |
-
<a href='https://huggingface.co/spaces/kleinay/qanom-seq2seq-demo' target='_blank'>Model Repo at Huggingface Hub</a> |
|
15 |
</p>"""
|
16 |
|
17 |
def call(sentence, is_nominal, verb_form):
|
|
|
10 |
input_sent_box_label = "Insert sentence here. Mark the predicate by adding the token '<p>' before it."
|
11 |
|
12 |
links = """<p style='text-align: center'>
|
13 |
+
<a href='https://www.qasrl.org' target='_blank'>QASRL Website</a> | <a href='https://huggingface.co/spaces/kleinay/qanom-seq2seq-demo' target='_blank'>Model Repo at Huggingface Hub</a>
|
|
|
14 |
</p>"""
|
15 |
|
16 |
def call(sentence, is_nominal, verb_form):
|