eoguzakin commited on
Commit
76ce00c
·
verified ·
1 Parent(s): 9fb2e3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -143,7 +143,7 @@ Datasets are organized to support a **fixed-threshold robustness evaluation**.
143
  from huggingface_hub import hf_hub_download
144
  import tarfile, os
145
 
146
- REPO = "eoguzakin/aigi-inpainting-robustness"
147
 
148
  def fetch_and_extract(filename, target_dir):
149
  path = hf_hub_download(repo_id=REPO, filename=filename, repo_type="dataset")
 
143
  from huggingface_hub import hf_hub_download
144
  import tarfile, os
145
 
146
+ REPO = "eoguzakin/Robustness-of-AI-Generated-Image-Detection-Against-Localized-Inpainting-Attacks"
147
 
148
  def fetch_and_extract(filename, target_dir):
149
  path = hf_hub_download(repo_id=REPO, filename=filename, repo_type="dataset")