albertvillanova HF staff commited on
Commit
85b3821
1 Parent(s): 2436603

Fix duplicate loading

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -32,7 +32,6 @@ DEFAULT_HTML_TABLE = """
32
  </table>
33
  """
34
 
35
- latest_result_path_per_model = filter_latest_result_path_per_model(fetch_result_paths())
36
 
37
  fs = HfFileSystem()
38
 
 
32
  </table>
33
  """
34
 
 
35
 
36
  fs = HfFileSystem()
37