no changes, to test if app works still if hf space is in private mode
Browse files- logmetric.py +2 -1
logmetric.py
CHANGED
@@ -151,4 +151,5 @@ class LogMetric(evaluate.Metric):
|
|
151 |
return {
|
152 |
"score": timestamp_score,
|
153 |
"duration": logmetric_duration,
|
154 |
-
}
|
|
|
|
151 |
return {
|
152 |
"score": timestamp_score,
|
153 |
"duration": logmetric_duration,
|
154 |
+
}
|
155 |
+
|