Spaces:
Runtime error
Runtime error
Commit ·
9797e5d
1
Parent(s): b82e84f
Update app/util.py
Browse files- app/util.py +2 -0
app/util.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
def compare_completion_and_prediction(completion, prediction, verbose=False):
|
| 2 |
"""
|
| 3 |
a function that compares the completion and prediction
|
|
|
|
| 1 |
+
import json
|
| 2 |
+
|
| 3 |
def compare_completion_and_prediction(completion, prediction, verbose=False):
|
| 4 |
"""
|
| 5 |
a function that compares the completion and prediction
|