NihalGazi commited on
Commit
da48f05
·
verified ·
1 Parent(s): 3b8ed21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def download_nist_sd19(url, dest_folder):
31
  zip_ref.extractall(dest_folder)
32
 
33
  # URL to download the NIST SD19 dataset
34
- nist_sd19_url = "https://s3.amazonaws.com/nist-srd/SD19/hsf_0.zip"
35
  download_folder = "nist_sd19"
36
 
37
  # Download and extract the dataset
 
31
  zip_ref.extractall(dest_folder)
32
 
33
  # URL to download the NIST SD19 dataset
34
+ nist_sd19_url = "https://s3.amazonaws.com/nist-srd/SD19/by_class.zip"
35
  download_folder = "nist_sd19"
36
 
37
  # Download and extract the dataset