Steveeeeeeen HF Staff commited on
Commit
8695027
·
verified ·
1 Parent(s): a2e949d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 == None:
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)