Spaces:
Runtime error
Runtime error
fix repo link
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ examples = [["The doctor was interested in Luke 's <p> treatment .", True, "trea
|
|
10 |
input_sent_box_label = "Insert sentence here. Mark the predicate by adding the token '<p>' before it."
|
11 |
verb_form_inp_placeholder = "e.g. 'decide' for the nominalization 'decision', 'teach' for 'teacher', etc."
|
12 |
links = """<p style='text-align: center'>
|
13 |
-
<a href='https://www.qasrl.org' target='_blank'>QASRL Website</a> | <a href='https://huggingface.co/
|
14 |
</p>"""
|
15 |
|
16 |
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 |
verb_form_inp_placeholder = "e.g. 'decide' for the nominalization 'decision', 'teach' for 'teacher', etc."
|
12 |
links = """<p style='text-align: center'>
|
13 |
+
<a href='https://www.qasrl.org' target='_blank'>QASRL Website</a> | <a href='https://huggingface.co/kleinay/qanom-seq2seq-model-baseline' target='_blank'>Model Repo at Huggingface Hub</a>
|
14 |
</p>"""
|
15 |
|
16 |
def call(sentence, is_nominal, verb_form):
|