kleinay commited on
Commit
42bbdc7
1 Parent(s): 5c968f6

fix repo link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/spaces/kleinay/qanom-seq2seq-demo' target='_blank'>Model Repo at Huggingface Hub</a>
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):