YZhao09 commited on
Commit
62ec117
·
verified ·
1 Parent(s): ec40721

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -83,7 +83,6 @@ def load_generation_count_from_dataset():
83
  return INITIAL_GENERATION_COUNT
84
 
85
  # Try to download counter file from dataset repo
86
- # force_download=True ensures we always get the latest value
87
  filepath = hf_hub_download(
88
  repo_id=COUNTER_REPO,
89
  filename=COUNTER_FILENAME,
 
83
  return INITIAL_GENERATION_COUNT
84
 
85
  # Try to download counter file from dataset repo
 
86
  filepath = hf_hub_download(
87
  repo_id=COUNTER_REPO,
88
  filename=COUNTER_FILENAME,