Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
tanveeshsingh
commited on
Commit
•
c8bef50
1
Parent(s):
51cd0be
results
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ async def judge_reliability(input_style, document, conversation, claim, question
|
|
88 |
else:
|
89 |
results = "🟥"
|
90 |
veritas_time = round(time.time() - start_time, 2) # Calculate time taken for Veritas
|
91 |
-
return
|
92 |
|
93 |
|
94 |
|
|
|
88 |
else:
|
89 |
results = "🟥"
|
90 |
veritas_time = round(time.time() - start_time, 2) # Calculate time taken for Veritas
|
91 |
+
return results, veritas_time
|
92 |
|
93 |
|
94 |
|