SaviAnna commited on
Commit
ef6c8f5
·
1 Parent(s): dc22e59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ destination_dir = 'SaviAnna/PicturesText' # Replace with your desired destinati
59
  os.makedirs(destination_dir, exist_ok=True)
60
 
61
  # Download the archive to the destination directory
62
- cached_download(archive_url, destination_dir)
63
  archive_file = hf_hub_download(url=archive_url, destination=destination_dir)
64
  # Extract the archive
65
  #archive_file = os.path.join(destination_dir, 'archive.zip')
 
59
  os.makedirs(destination_dir, exist_ok=True)
60
 
61
  # Download the archive to the destination directory
62
+ #cached_download(archive_url, destination_dir)
63
  archive_file = hf_hub_download(url=archive_url, destination=destination_dir)
64
  # Extract the archive
65
  #archive_file = os.path.join(destination_dir, 'archive.zip')