dtcxzyw commited on
Commit
f9dd401
·
unverified ·
1 Parent(s): a127e54
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,10 +38,10 @@ try:
38
  etag_timeout=30,
39
  token=TOKEN,
40
  )
 
41
  except Exception:
42
  restart_space()
43
 
44
- dataset = load_dataset("dtcxzyw/llvm-apr-benchmark")
45
  total_issues = dataset.num_rows["test"]
46
  bug_id_to_time = dict()
47
  bug_id_to_type = dict()
 
38
  etag_timeout=30,
39
  token=TOKEN,
40
  )
41
+ dataset = load_dataset("dtcxzyw/llvm-apr-benchmark")
42
  except Exception:
43
  restart_space()
44
 
 
45
  total_issues = dataset.num_rows["test"]
46
  bug_id_to_time = dict()
47
  bug_id_to_type = dict()