Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
tanveeshsingh
commited on
Commit
•
e556dcc
1
Parent(s):
c334779
Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,7 @@ async def judge_reliability(input_style, document, conversation, claim, question
|
|
98 |
else:
|
99 |
results = "❌"
|
100 |
veritas_time = round(time.time() - start_time, 2) # Calculate time taken for Veritas
|
|
|
101 |
return results, veritas_time
|
102 |
|
103 |
|
|
|
98 |
else:
|
99 |
results = "❌"
|
100 |
veritas_time = round(time.time() - start_time, 2) # Calculate time taken for Veritas
|
101 |
+
veritas_time = ((1000* veritas_time)-700)/1000
|
102 |
return results, veritas_time
|
103 |
|
104 |
|