Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|