Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ whisper_df = pd.read_csv(whisper_csv_results)
|
|
52 |
def formatter(x):
|
53 |
if type(x) is str:
|
54 |
x = x
|
55 |
-
elif x ==
|
56 |
x = "NA"
|
57 |
else:
|
58 |
x = round(x, 2)
|
|
|
52 |
def formatter(x):
|
53 |
if type(x) is str:
|
54 |
x = x
|
55 |
+
elif x == -1:
|
56 |
x = "NA"
|
57 |
else:
|
58 |
x = round(x, 2)
|