Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ppapenj
/
ysda_hf
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ppapenj
commited on
Apr 8
Commit
489c19d
·
verified
·
1 Parent(s):
442e6f0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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)