Iker commited on
Commit
6760572
1 Parent(s): e204029

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -78,6 +78,9 @@ class AnnotationManager:
78
  print(f"Total examples: {self.total}")
79
 
80
  try:
 
 
 
81
  huggingface_hub.hf_hub_download(
82
  repo_id="Iker/NoticIA_Human_Validation",
83
  repo_type="dataset",
 
78
  print(f"Total examples: {self.total}")
79
 
80
  try:
81
+ if os.path.exists(human2_annotation_file):
82
+ os.remove(human2_annotation_file)
83
+
84
  huggingface_hub.hf_hub_download(
85
  repo_id="Iker/NoticIA_Human_Validation",
86
  repo_type="dataset",