Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eagle0504
/
YSA-Larkin-Comm
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eagle0504
commited on
Feb 15, 2024
Commit
f4f8e80
·
verified
·
1 Parent(s):
1b16dac
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -76,6 +76,8 @@ def ai_judge(sentence1: str, sentence2: str) -> float:
76
"sentences": [sentence2]
77
}
78
}
79
return data[0]
80
81
76
"sentences": [sentence2]
77
}
78
}
79
+
)
80
+
81
return data[0]
82
83