SaviAnna commited on
Commit
48b182c
·
1 Parent(s): de9ccd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ os.makedirs(destination_dir,exist_ok=True)
25
  # Construct the destination path
26
  #destination_path = hf_hub_url(destination_dir)
27
  # Download the archive to the destination path
28
- cached_download(archive_url, destination_dir)
29
  # Extract the archive
30
  with zipfile.ZipFile(destination_path, 'r') as zip_ref:
31
  zip_ref.extractall(destination_dir)
 
25
  # Construct the destination path
26
  #destination_path = hf_hub_url(destination_dir)
27
  # Download the archive to the destination path
28
+ cached_download(archive_url)
29
  # Extract the archive
30
  with zipfile.ZipFile(destination_path, 'r') as zip_ref:
31
  zip_ref.extractall(destination_dir)