File size: 268 Bytes
83379ae
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from huggingface_hub import HfApi
api = HfApi()

try:
    api.delete_file("Asusu Igbo English.csv", repo_id="toecm/IEDID", repo_type="dataset")
    print("Deleted Asusu Igbo English.csv")
except Exception as e:
    print("Failed to delete Asusu Igbo English.csv:", e)