Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ class FactChecking:
|
|
84 |
|
85 |
|
86 |
|
87 |
-
def find_different_sentences(self,chain_answer):
|
88 |
try:
|
89 |
truth_values = [sentence.strip().split(' (')[1][:-1] for sentence in chain_answer.split('\n\n')]
|
90 |
except:
|
|
|
84 |
|
85 |
|
86 |
|
87 |
+
def find_different_sentences(self,chain_answer,llm_answer):
|
88 |
try:
|
89 |
truth_values = [sentence.strip().split(' (')[1][:-1] for sentence in chain_answer.split('\n\n')]
|
90 |
except:
|