huckiyang commited on
Commit
ff193d9
·
1 Parent(s): 1fedf85

fix timeout

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ SUBMISSION_DATASET = f"{OWNER}/submission_leaderboard"
39
  YEAR_VERSION = "2024"
40
 
41
  # Initialize HfApi with timeout
42
- api = HfApi(timeout=60)
43
 
44
  # File handling functions
45
  def read_json_file(filepath):
 
39
  YEAR_VERSION = "2024"
40
 
41
  # Initialize HfApi with timeout
42
+ api = HfApi()
43
 
44
  # File handling functions
45
  def read_json_file(filepath):