cgeorgiaw HF Staff commited on
Commit
08aedce
·
1 Parent(s): c6e6b77

still trying to make the leaderboard

Browse files
Files changed (1) hide show
  1. submit.py +1 -1
submit.py CHANGED
@@ -51,7 +51,7 @@ def submit_boundary(
51
  "boundary_json": file_content.decode("utf-8"),
52
  "evaluated": False,
53
  "user": user_state,
54
- "vis": "None"
55
  }
56
  with tempfile.NamedTemporaryFile(mode="w", suffix=".json", delete=False) as tmp:
57
  json.dump(record, tmp, indent=2)
 
51
  "boundary_json": file_content.decode("utf-8"),
52
  "evaluated": False,
53
  "user": user_state,
54
+ # "vis": "None"
55
  }
56
  with tempfile.NamedTemporaryFile(mode="w", suffix=".json", delete=False) as tmp:
57
  json.dump(record, tmp, indent=2)