ppapenj commited on
Commit
489c19d
·
verified ·
1 Parent(s): 442e6f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,5 +46,5 @@ def get_ans(logits):
46
  i +=1
47
 
48
  if title or abstract:
49
- logits = get_logits(text, abstract)
50
  get_ans(logits)
 
46
  i +=1
47
 
48
  if title or abstract:
49
+ logits = get_logits(title, abstract)
50
  get_ans(logits)