Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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')
|